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