changeset 3515:da8b2fd54bb7

.
author Jim Meyering <jim@meyering.net>
date Wed, 26 Sep 2001 08:11:20 +0000
parents 161fe6c7023b
children 6c7cdd88a9b5
files lib/unlocked-io.hin
diffstat 1 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
deleted file mode 100644
--- a/lib/unlocked-io.hin
+++ /dev/null
@@ -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 */