projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8343eae
)
Include libioP.h for _IO_flush_all_lockp prototype.
author
Andreas Jaeger
<aj@suse.de>
Thu, 29 Nov 2001 11:11:36 +0000
(11:11 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Thu, 29 Nov 2001 11:11:36 +0000
(11:11 +0000)
sysdeps/generic/abort.c
patch
|
blob
|
history
diff --git
a/sysdeps/generic/abort.c
b/sysdeps/generic/abort.c
index 665bac6f0eb7887ce9c6519e7394a87c2f73930d..0f638ddc0c2692f0030bb6cd3bf61b7b074c9623 100644
(file)
--- 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