]> sourceware.org Git - glibc.git/commitdiff
Revert unintended bogons in last commit.
authorRoland McGrath <roland@gnu.org>
Sat, 3 Aug 2002 04:56:15 +0000 (04:56 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 3 Aug 2002 04:56:15 +0000 (04:56 +0000)
assert/assert.c

index cbbed210025a6cb73330247071cd1719cf83fe67..332ff7e0961dbef73b493479cfc4a3677b8cb6b1 100644 (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)
This page took 0.044342 seconds and 5 git commands to generate.