Include libioP.h for _IO_flush_all_lockp prototype.
authorAndreas Jaeger <aj@suse.de>
Thu, 29 Nov 2001 11:11:36 +0000 (11:11 +0000)
committerAndreas Jaeger <aj@suse.de>
Thu, 29 Nov 2001 11:11:36 +0000 (11:11 +0000)
sysdeps/generic/abort.c

index 665bac6..0f638dd 100644 (file)
@@ -32,7 +32,7 @@
 #endif
 
 #ifdef USE_IN_LIBIO
-# include <libio/iolibio.h>
+# include <libio/libioP.h>
 # define fflush(s) _IO_flush_all_lockp (0)
 #endif