Remove broken declaration.
authorAndreas Jaeger <aj@suse.de>
Wed, 3 Dec 2003 06:50:01 +0000 (06:50 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 3 Dec 2003 06:50:01 +0000 (06:50 +0000)
nptl/sysdeps/pthread/configure
nptl/sysdeps/pthread/configure.in

index 7fa5348..3cbe55e 100755 (executable)
@@ -102,7 +102,6 @@ cat >>conftest.$ac_ext <<_ACEOF
 
 #include <stdio.h>
 void cl (void *a) { }
-extern c (void);
 int
 main ()
 {
index 1e87892..17f18f0 100644 (file)
@@ -36,8 +36,7 @@ dnl Check for C cleanup handling.
   AC_CACHE_CHECK([for C cleanup handling], libc_cv_c_cleanup, [dnl
   AC_TRY_LINK([
 #include <stdio.h>
-void cl (void *a) { }
-extern c (void);], [
+void cl (void *a) { }], [
   int a __attribute__ ((cleanup (cl)));
   puts ("test")],
 libc_cv_c_cleanup=yes, libc_cv_c_cleanup=no)])