Module Name: src Committed By: christos Date: Sat May 4 18:31:47 UTC 2013
Modified Files: src/lib/libc/include: extern.h Log Message: move prototypes to stdio.h To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/include/extern.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/include/extern.h diff -u src/lib/libc/include/extern.h:1.21 src/lib/libc/include/extern.h:1.22 --- src/lib/libc/include/extern.h:1.21 Thu Oct 11 13:09:56 2012 +++ src/lib/libc/include/extern.h Sat May 4 14:31:47 2013 @@ -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 @@ void vsyslogp_ss(int, struct syslog_data 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);