diff options
Diffstat (limited to 'libio/iofclose.c')
-rw-r--r-- | libio/iofclose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/iofclose.c b/libio/iofclose.c index 7b8340c3bc..ebe948ac2a 100644 --- a/libio/iofclose.c +++ b/libio/iofclose.c @@ -40,7 +40,7 @@ _IO_new_fclose (fp) CHECK_FILE(fp, EOF); -#if defined PIC && DO_VERSIONING +#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1) /* We desperately try to help programs which are using streams in a strange way and mix old and new functions. Detect old streams here. */ |