summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-26 08:11:20 +0000
committerJim Meyering <jim@meyering.net>2001-09-26 08:11:20 +0000
commit70729acb60f62a01e2a5de43c7dea4c432b144fd (patch)
treeb05f23348c4ac7e4a66ee39c11cebe9382179492 /lib
parent5b60bebabb2a5bb76aed788d70929f9dfd159928 (diff)
downloadcoreutils-70729acb60f62a01e2a5de43c7dea4c432b144fd.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/unlocked-io.hin14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/unlocked-io.hin b/lib/unlocked-io.hin
deleted file mode 100644
index 7c7f87e47..000000000
--- 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 */