diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-01-18 10:32:11 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-01-18 10:32:11 +0000 |
| commit | c62a74e6d5cfb2fb5034e98b983da7e2fc87709d (patch) | |
| tree | f1281fd7111ddb57951e4472b342b53a2f56244a /include/stdio.h | |
| parent | af919042eceb8c19f42acd688efa8cf58168af5d (diff) | |
Merge the nathanw_sa branch.
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/stdio.h b/include/stdio.h index dc35643640f..08d27515123 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1,4 +1,4 @@ -/* $NetBSD: stdio.h,v 1.47 2002/12/20 20:59:22 atatat Exp $ */ +/* $NetBSD: stdio.h,v 1.48 2003/01/18 10:32:11 thorpej Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -251,6 +251,8 @@ FILE *tmpfile __P((void)); int ungetc __P((int, FILE *)); int vfprintf __P((FILE * __restrict, const char * __restrict, _BSD_VA_LIST_)); +int vfprintf_unlocked __P((FILE * __restrict, const char * __restrict, + _BSD_VA_LIST_)); int vprintf __P((const char * __restrict, _BSD_VA_LIST_)); #ifndef __AUDIT__ @@ -294,11 +296,9 @@ __END_DECLS !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE - 0) >= 199506L || \ (_XOPEN_SOURCE - 0) >= 500 || defined(_REENTRANT) __BEGIN_DECLS -#if 0 /* not yet */ void flockfile __P((FILE *)); int ftrylockfile __P((FILE *)); void funlockfile __P((FILE *)); -#endif /* 0 */ int getc_unlocked __P((FILE *)); int getchar_unlocked __P((void)); int putc_unlocked __P((int, FILE *)); |
