]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add prototype for _IO_flush_all_lockp.
authorUlrich Drepper <drepper@redhat.com>
Wed, 28 Nov 2001 23:36:43 +0000 (23:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 28 Nov 2001 23:36:43 +0000 (23:36 +0000)
libio/libioP.h

index 9a336fb0cb47142bd53e8ab1b596b1a0bb54f1c5..3a32caa8b6890801fbb1acca6252778e637bd715 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1993,1997,1998,1999,2000,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
@@ -426,6 +426,7 @@ extern int _IO_do_write __P ((_IO_FILE *, const char *, _IO_size_t));
 extern int _IO_new_do_write __P ((_IO_FILE *, const char *, _IO_size_t));
 extern int _IO_old_do_write __P ((_IO_FILE *, const char *, _IO_size_t));
 extern int _IO_wdo_write __P ((_IO_FILE *, const wchar_t *, _IO_size_t));
+extern int _IO_flush_all_lockp __P ((int));
 extern int _IO_flush_all __P ((void));
 extern int _IO_cleanup __P ((void));
 extern void _IO_flush_all_linebuffered __P ((void));