diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sys2.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sys2.h b/src/sys2.h index 16e2db53b..70074b454 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) |