From: Jim Meyering Date: Wed, 8 Jul 1998 01:07:39 +0000 (+0000) Subject: Remove FCLOSE_UNLOCKED block. X-Git-Tag: FILEUTILS-3_16s~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e98775a46d4b8fe7ad238631f6a28d8f35028c;p=thirdparty%2Fcoreutils.git Remove FCLOSE_UNLOCKED block. --- diff --git a/src/sys2.h b/src/sys2.h index 16e2db53b7..70074b4540 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -167,11 +167,6 @@ off_t lseek (); # define clearerr(S) clearerr_unlocked (S) #endif -#ifdef HAVE_FCLOSE_UNLOCKED -# undef fclose -# define fclose(S) fclose_unlocked (S) -#endif - #ifdef HAVE_FEOF_UNLOCKED # undef feof # define feof(S) feof_unlocked (S)