]> Git Repo - uclibc-ng.git/commit
Per discussion with Manuel, when we call __stdio_flush_buffers
authorEric Andersen <[email protected]>
Sat, 23 Feb 2002 06:02:02 +0000 (06:02 -0000)
committerEric Andersen <[email protected]>
Sat, 23 Feb 2002 06:02:02 +0000 (06:02 -0000)
commit96da9a8ea6f3bcbceff92ae2293b4808b39dcdb2
tree543f89b5f9fda7204013737d8edb6303a15c88f6
parent4893763f01647862a927c3335610d1a8cf2d390f
Per discussion with Manuel, when we call __stdio_flush_buffers
from abort() and from _exit(), we need to ensure that flushing
will not cause us to block.  So use fcntl to set the fd's to
non-block mode...
libc/stdio/stdio.c
This page took 0.03846 seconds and 4 git commands to generate.