Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/include move prototypes to stdio.h
details: https://anonhg.NetBSD.org/src/rev/024182ee869b
branches: trunk
changeset: 786637:024182ee869b
user: christos <christos%NetBSD.org@localhost>
date: Sat May 04 18:31:47 2013 +0000
description:
move prototypes to stdio.h
diffstat:
lib/libc/include/extern.h | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (21 lines):
diff -r 2eea55952c82 -r 024182ee869b lib/libc/include/extern.h
--- a/lib/libc/include/extern.h Sat May 04 18:30:14 2013 +0000
+++ b/lib/libc/include/extern.h Sat May 04 18:31:47 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.21 2012/10/11 17:09:56 christos Exp $ */
+/* $NetBSD: extern.h,v 1.22 2013/05/04 18:31:47 christos Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -61,11 +61,6 @@
const char *, va_list) __RENAME(__vsyslogp_ss60) __printflike(5, 0);
#endif
-int snprintf_ss(char * __restrict, size_t, const char * __restrict, ...)
- __printflike(3, 4);
-int vsnprintf_ss(char * __restrict, size_t, const char * __restrict,
- va_list) __printflike(3, 0);
-
void _malloc_prefork(void);
void _malloc_postfork(void);
Home |
Main Index |
Thread Index |
Old Index