about summary refs log tree commit diff
path: root/include/stdio.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-27 07:56:28 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-27 07:56:28 +0000
commit03bac9acadcafeef0fcdc38719844167c77f412d (patch)
treebdd5f69403c9019f7c0b49ea5ca98fe3eccdeace /include/stdio.h
parent8001fa60142c49a43e66b6874271d136a2792469 (diff)
downloadglibc-03bac9acadcafeef0fcdc38719844167c77f412d.tar.gz
glibc-03bac9acadcafeef0fcdc38719844167c77f412d.tar.xz
glibc-03bac9acadcafeef0fcdc38719844167c77f412d.zip
Update.
2000-12-26  Andreas Jaeger  <aj@suse.de>

	* libio/getc_u.c: Include stdio.h via system path to get internal
	prototypes.
	* libio/getwc_u.c: Likewise.

	* stdlib/strfmon.c: Fix prototype of __printf_fp.

	* stdio-common/vfprintf.c (process_arg): Move __printf_fphex and
	__printf_fp prototypes to ...
	* include/printf.h: ...here.

	* include/stdio.h: Add some internal prototypes to shut up GCC.
	* include/stdlib.h: Likewise.

	* sysdeps/posix/sigpause.c (__sigpause): Use ISO C prototype
	declaration.

	* include/signal.h: Add prototypes for internal sigpause
	interfaces.
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 419b58cb51..ce06a41842 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -60,6 +60,10 @@ extern void __funlockfile (FILE *__stream);
    possible.  */
 extern int __ftrylockfile (FILE *__stream);
 
+extern int __getc_unlocked (FILE *__fp);
+extern wint_t __getwc_unlocked (FILE *__fp);
+
+
 # endif
 
 #endif