Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/include/extern.h,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/include/extern.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- src/lib/libc/include/extern.h 2006/11/22 17:23:25 1.14 +++ src/lib/libc/include/extern.h 2007/12/04 17:45:07 1.15 @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.14 2006/11/22 17:23:25 christos Exp $ */ +/* $NetBSD: extern.h,v 1.15 2007/12/04 17:45:07 christos Exp $ */ /* * Copyright (c) 1997 Christos Zoulas. All rights reserved. @@ -61,4 +61,7 @@ int snprintf_ss(char * __restrict, size_ int vsnprintf_ss(char * __restrict, size_t, const char * __restrict, _BSD_VA_LIST_) __attribute__((__format__(__printf__, 3, 0))); +void _malloc_prefork(void); +void _malloc_postfork(void); + __END_DECLS