mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Remove broken declaration.
This commit is contained in:
parent
66f165c840
commit
df1a47ae5d
1
nptl/sysdeps/pthread/configure
vendored
1
nptl/sysdeps/pthread/configure
vendored
@ -102,7 +102,6 @@ cat >>conftest.$ac_ext <<_ACEOF
|
||||
|
||||
#include <stdio.h>
|
||||
void cl (void *a) { }
|
||||
extern c (void);
|
||||
int
|
||||
main ()
|
||||
{
|
||||
|
@ -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)])
|
||||
|
Loading…
Reference in New Issue
Block a user