Mercurial > hg > octave-nkf > gnulib-hg
view lib/unlocked-io.hin @ 3446:849a40d65bee
Update from GNU libc.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sun, 02 Sep 2001 13:22:25 +0000 |
parents | 0be2383e4713 |
children |
line wrap: on
line source
#ifndef UNLOCKED_IO_H # define UNLOCKED_IO_H 1 # if USE_UNLOCKED_IO /* These are wrappers for functions/macros from GNU libc. The standard I/O functions are thread-safe. These *_unlocked ones are more efficient but not thread-safe. That they're not thread-safe is fine since all these applications are single threaded. */ @replace_this@ # endif /* USE_UNLOCKED_IO */ #endif /* UNLOCKED_IO_H */