Revert unintended bogons in last commit.

This commit is contained in:
Roland McGrath 2002-08-03 04:56:15 +00:00
parent c04ccaa789
commit e49930c61d

View file

@ -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)