Libraries updates and cleanup
* Updating common/lib * Updating lib/csu * Updating lib/libc * Updating libexec/ld.elf_so * Corrected test on __minix in featuretest to actually follow the meaning of the comment. * Cleaned up _REENTRANT-related defintions. * Disabled -D_REENTRANT for libfetch * Removing some unneeded __NBSD_LIBC defines and tests Change-Id: Ic1394baef74d11b9f86b312f5ff4bbc3cbf72ce2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $NetBSD: assertions.c,v 1.6 2009/04/12 17:07:17 christos Exp $ */
|
||||
/* $NetBSD: assertions.c,v 1.7 2011/09/16 16:05:58 joerg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC")
|
||||
@@ -22,7 +22,7 @@
|
||||
#ifdef notdef
|
||||
static const char rcsid[] = "Id: assertions.c,v 1.5 2008/11/14 02:36:51 marka Exp";
|
||||
#else
|
||||
__RCSID("$NetBSD: assertions.c,v 1.6 2009/04/12 17:07:17 christos Exp $");
|
||||
__RCSID("$NetBSD: assertions.c,v 1.7 2011/09/16 16:05:58 joerg Exp $");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -41,7 +41,7 @@ __RCSID("$NetBSD: assertions.c,v 1.6 2009/04/12 17:07:17 christos Exp $");
|
||||
* Forward.
|
||||
*/
|
||||
|
||||
static void default_assertion_failed(const char *, int, assertion_type,
|
||||
__dead static void default_assertion_failed(const char *, int, assertion_type,
|
||||
const char *, int);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user