diff options
author | Andreas Jaeger <aj@suse.de> | 2001-11-29 11:11:36 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-11-29 11:11:36 +0000 |
commit | f43cc81c015cc30ab053cb8e94f4e312d8131726 (patch) | |
tree | 8c6cfc052e889f0c5293799924185fdb1a2cc7b5 | |
parent | 8343eaee4af2c4fe69d5c2f4bd2b3407ad77fbf9 (diff) | |
download | glibc-f43cc81c015cc30ab053cb8e94f4e312d8131726.zip glibc-f43cc81c015cc30ab053cb8e94f4e312d8131726.tar.gz glibc-f43cc81c015cc30ab053cb8e94f4e312d8131726.tar.bz2 |
Include libioP.h for _IO_flush_all_lockp prototype.
-rw-r--r-- | sysdeps/generic/abort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/abort.c b/sysdeps/generic/abort.c index 665bac6..0f638dd 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 |