mirror of git://sourceware.org/git/glibc.git
Remove broken declaration.
This commit is contained in:
parent
66f165c840
commit
df1a47ae5d
|
|
@ -102,7 +102,6 @@ cat >>conftest.$ac_ext <<_ACEOF
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
void cl (void *a) { }
|
void cl (void *a) { }
|
||||||
extern c (void);
|
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -36,8 +36,7 @@ dnl Check for C cleanup handling.
|
||||||
AC_CACHE_CHECK([for C cleanup handling], libc_cv_c_cleanup, [dnl
|
AC_CACHE_CHECK([for C cleanup handling], libc_cv_c_cleanup, [dnl
|
||||||
AC_TRY_LINK([
|
AC_TRY_LINK([
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
void cl (void *a) { }
|
void cl (void *a) { }], [
|
||||||
extern c (void);], [
|
|
||||||
int a __attribute__ ((cleanup (cl)));
|
int a __attribute__ ((cleanup (cl)));
|
||||||
puts ("test")],
|
puts ("test")],
|
||||||
libc_cv_c_cleanup=yes, libc_cv_c_cleanup=no)])
|
libc_cv_c_cleanup=yes, libc_cv_c_cleanup=no)])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue