projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08ebdda
)
(USE_UNLOCKED_IO): Define to 1 if not already defined.
author
Jim Meyering
<jim@meyering.net>
Wed, 26 Sep 2001 08:27:42 +0000
(08:27 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 26 Sep 2001 08:27:42 +0000
(08:27 +0000)
lib/gen-uio
patch
|
blob
|
history
diff --git
a/lib/gen-uio
b/lib/gen-uio
index 191719a52bb86d89edd764096dcda4d6f85e8094..e7ef6a365caf3f0c573573e5be79800d258bb4af 100755
(executable)
--- a/
lib/gen-uio
+++ b/
lib/gen-uio
@@
-5,6
+5,10
@@
cat <<\EOF || fail=1
#ifndef UNLOCKED_IO_H
# define UNLOCKED_IO_H 1
+# ifndef USE_UNLOCKED_IO
+# define USE_UNLOCKED_IO 1
+# endif
+
# if USE_UNLOCKED_IO
/* These are wrappers for functions/macros from GNU libc.