From: Ulrich Drepper Date: Wed, 28 Nov 2001 23:37:01 +0000 (+0000) Subject: (fflush): Define to _IO_flush_all_lockp(0) if libio is used. X-Git-Tag: cvs/glibc-2-2-5~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67675fdae9cdb1c0ef21d3dcf036614b1d467fd9;p=thirdparty%2Fglibc.git (fflush): Define to _IO_flush_all_lockp(0) if libio is used. --- diff --git a/sysdeps/generic/abort.c b/sysdeps/generic/abort.c index 153faa1c5b3..665bac6f0eb 100644 --- a/sysdeps/generic/abort.c +++ b/sysdeps/generic/abort.c @@ -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 -# 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