From a4e98775a46d4b8fe7ad238631f6a28d8f35028c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 8 Jul 1998 01:07:39 +0000 Subject: [PATCH] Remove FCLOSE_UNLOCKED block. --- src/sys2.h | 5 ----- 1 file changed, 5 deletions(-) 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) -- 2.47.3