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
|
# include FATAL_PREPARE_INCLUDE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#undef __assert_fail
|
||||||
void
|
void
|
||||||
__assert_fail (const char *assertion, const char *file, unsigned int line,
|
__assert_fail (const char *assertion, const char *file, unsigned int line,
|
||||||
const char *function)
|
const char *function)
|
||||||
@ -81,4 +82,4 @@ __assert_fail (const char *assertion, const char *file, unsigned int line,
|
|||||||
|
|
||||||
abort ();
|
abort ();
|
||||||
}
|
}
|
||||||
libc_hidden_def(__assert_fail)
|
INTDEF(__assert_fail)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user