Files
semi-libc/src/misc
Rich Felker 1d8d86aeb5 fix stderr locking and ferror semantics in getopt message printing
if writing the error message fails, POSIX requires that ferror(stderr)
be set. and as a function that operates on a stdio stream, getopt is
required to lock the stream it uses, stderr.

fwrite calls are used instead of fprintf since there is a demand from
some users not to pull in heavy stdio machinery via getopt. this
mimics the original code using write.
2014-12-19 23:59:54 -05:00
..
2012-08-23 14:38:34 -04:00
2014-07-31 02:38:23 -04:00
2014-07-31 02:38:23 -04:00
2014-06-21 19:24:15 -04:00
2011-07-22 00:25:56 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2014-02-01 14:33:33 -05:00
2014-03-17 00:25:23 -04:00