about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-11-29 11:11:36 +0000
committerAndreas Jaeger <aj@suse.de>2001-11-29 11:11:36 +0000
commitf43cc81c015cc30ab053cb8e94f4e312d8131726 (patch)
tree8c6cfc052e889f0c5293799924185fdb1a2cc7b5 /sysdeps
parent8343eaee4af2c4fe69d5c2f4bd2b3407ad77fbf9 (diff)
downloadglibc-f43cc81c015cc30ab053cb8e94f4e312d8131726.tar.gz
glibc-f43cc81c015cc30ab053cb8e94f4e312d8131726.tar.xz
glibc-f43cc81c015cc30ab053cb8e94f4e312d8131726.zip
Include libioP.h for _IO_flush_all_lockp prototype.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/abort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/abort.c b/sysdeps/generic/abort.c
index 665bac6f0e..0f638ddc0c 100644
--- a/sysdeps/generic/abort.c
+++ b/sysdeps/generic/abort.c
@@ -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