add prototypes for GNU *_unlocked stdio functions
authorRich Felker <dalias@aerifal.cx>
Mon, 12 Sep 2011 02:50:02 +0000 (22:50 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 12 Sep 2011 02:50:02 +0000 (22:50 -0400)
commitce17ea6f2cae0c0c1c14dac5c7c7330f2503d069
tree92bba94bc2f443cab20ba9a6cf51f3c23d9b14ac
parenta6540174be064806b6eb4dc6abff48a9b4facfdd
add prototypes for GNU *_unlocked stdio functions

actually these are just weak aliases for the normal locking versions
right now, and they will probably stay that way since making them
lock-free without slowing down the normal versions would require
significant code duplication for no benefit.
include/stdio.h