mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
Revert unintended bogons in last commit.
This commit is contained in:
parent
c04ccaa789
commit
e49930c61d
@ -42,6 +42,7 @@ extern const char *__progname;
|
||||
# include FATAL_PREPARE_INCLUDE
|
||||
#endif
|
||||
|
||||
#undef __assert_fail
|
||||
void
|
||||
__assert_fail (const char *assertion, const char *file, unsigned int line,
|
||||
const char *function)
|
||||
@ -81,4 +82,4 @@ __assert_fail (const char *assertion, const char *file, unsigned int line,
|
||||
|
||||
abort ();
|
||||
}
|
||||
libc_hidden_def(__assert_fail)
|
||||
INTDEF(__assert_fail)
|
||||
|
Loading…
Reference in New Issue
Block a user