Skip to content

Commit

Permalink
The code that called strsignal is toast.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9015 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Brian Gaeke committed Oct 10, 2003
1 parent 235b200 commit 16edea0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions autoconf/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -477,11 +477,7 @@ then
fi
AC_HEADER_MMAP_ANONYMOUS
AC_TYPE_SIGNAL
AC_CHECK_FUNCS(getcwd gettimeofday strcspn strdup strerror strspn strstr strtod strtol strtoq strtoll strsignal)
AC_CHECK_DECLS([sys_siglist],[],[],[
#if HAVE_SIGNAL_H
#include <signal.h>
#endif])
AC_CHECK_FUNCS(getcwd gettimeofday strcspn strdup strerror strspn strstr strtod strtol strtoq strtoll)

dnl
dnl Need to check mmap for MAP_PRIVATE, MAP_ANONYMOUS, MAP_ANON, MAP_FIXED
Expand Down

0 comments on commit 16edea0

Please sign in to comment.