diff options
Diffstat (limited to 'sysdeps/posix/defs.c')
-rw-r--r-- | sysdeps/posix/defs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/posix/defs.c b/sysdeps/posix/defs.c index fcbaf16f69..e3e46377f0 100644 --- a/sysdeps/posix/defs.c +++ b/sysdeps/posix/defs.c @@ -1,6 +1,6 @@ /* Definitions of global stdio data structures. -Copyright (C) 1991, 1993 Free Software Foundation, Inc. +Copyright (C) 1991, 1993, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -67,7 +67,7 @@ FILE *__stdio_head = &stdstreams[0]; void DEFUN_VOID(_cleanup) { - (void) fclose((FILE *) NULL); + __fcloseall (); } |