From: Jim Meyering Date: Wed, 26 Sep 2001 08:27:42 +0000 (+0000) Subject: (USE_UNLOCKED_IO): Define to 1 if not already defined. X-Git-Tag: TEXTUTILS-2_0_16~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea59c2ae6df37a361d72c056a4a7f2da846d88ce;p=thirdparty%2Fcoreutils.git (USE_UNLOCKED_IO): Define to 1 if not already defined. --- diff --git a/lib/gen-uio b/lib/gen-uio index 191719a52b..e7ef6a365c 100755 --- 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.