]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(fflush): Define to _IO_flush_all_lockp(0) if libio is used.
authorUlrich Drepper <drepper@redhat.com>
Wed, 28 Nov 2001 23:37:01 +0000 (23:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 28 Nov 2001 23:37:01 +0000 (23:37 +0000)
sysdeps/generic/abort.c

index 153faa1c5b3e398a33780b49b3e6c58dd2f9c9f1..665bac6f0eb7887ce9c6519e7394a87c2f73930d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 93, 95, 96, 97, 98 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 93, 95, 96, 97, 98, 2001 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
@@ -33,7 +33,7 @@
 
 #ifdef USE_IN_LIBIO
 # include <libio/iolibio.h>
-# define fflush(s) _IO_fflush (s)
+# define fflush(s) _IO_flush_all_lockp (0)
 #endif
 
 /* We must avoid to run in circles.  Therefore we remember how far we