projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1235321
)
.
author
Jim Meyering
<jim@meyering.net>
Wed, 26 Sep 2001 08:11:20 +0000
(08:11 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 26 Sep 2001 08:11:20 +0000
(08:11 +0000)
lib/unlocked-io.hin
[deleted file]
patch
|
blob
|
history
diff --git
a/lib/unlocked-io.hin
b/lib/unlocked-io.hin
deleted file mode 100644
(file)
index
7c7f87e
..0000000
--- 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 */