1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +02:00
This commit is contained in:
Jim Meyering
2001-09-26 08:11:20 +00:00
parent 5b60bebabb
commit 70729acb60

View File

@@ -1,14 +0,0 @@
#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 */