diff options
Diffstat (limited to 'libio/fcloseall.c')
-rw-r--r-- | libio/fcloseall.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libio/fcloseall.c b/libio/fcloseall.c index 59c33cc..80e1ae0 100644 --- a/libio/fcloseall.c +++ b/libio/fcloseall.c @@ -34,6 +34,4 @@ __fcloseall (void) return _IO_cleanup (); } -#ifdef weak_alias weak_alias (__fcloseall, fcloseall) -#endif |