mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
First steps to get conformtest fully working
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#include <assert/assert.h>
|
||||
|
||||
#ifndef _ISOMAC
|
||||
/* This prints an "Assertion failed" message and aborts.
|
||||
In installed assert.h this is only conditionally declared,
|
||||
so it has to be repeated here. */
|
||||
@ -19,7 +20,8 @@ extern void __assert_fail_base (const char *fmt, const char *assertion,
|
||||
const char *function)
|
||||
__THROW __attribute__ ((__noreturn__));
|
||||
|
||||
#if !defined NOT_IN_libc || defined IS_IN_rtld
|
||||
# if !defined NOT_IN_libc || defined IS_IN_rtld
|
||||
hidden_proto (__assert_fail)
|
||||
hidden_proto (__assert_perror_fail)
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user