*** empty log message ***
[gnulib.git] / lib / unlocked-io.hin
1 #ifndef UNLOCKED_IO_H
2 # define UNLOCKED_IO_H 1
3
4 # if USE_UNLOCKED_IO
5
6 /* These are wrappers for functions/macros from GNU libc.
7    The standard I/O functions are thread-safe.  These *_unlocked ones
8    are more efficient but not thread-safe.  That they're not thread-safe
9    is fine since all these applications are single threaded.  */
10
11 @replace_this@
12
13 # endif /* USE_UNLOCKED_IO */
14 #endif /* UNLOCKED_IO_H */