Skip to content

Commit

Permalink
Revert unintended bogons in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Aug 3, 2002
1 parent c04ccaa commit e49930c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assert/assert.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -81,4 +82,4 @@ __assert_fail (const char *assertion, const char *file, unsigned int line,

abort ();
}
libc_hidden_def(__assert_fail)
INTDEF(__assert_fail)

0 comments on commit e49930c

Please sign in to comment.