From 67675fdae9cdb1c0ef21d3dcf036614b1d467fd9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Nov 2001 23:37:01 +0000 Subject: [PATCH] (fflush): Define to _IO_flush_all_lockp(0) if libio is used. --- sysdeps/generic/abort.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2