1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-27 17:09:29 +02:00

Revert "Test for malloc.h."

This reverts commit 22b17269cf.
This commit is contained in:
Konstantin Belousov 2010-04-04 11:57:57 +03:00
parent 22b17269cf
commit 6e07e94d5d
2 changed files with 1 additions and 7 deletions

View file

@ -38,7 +38,7 @@ dnl Checks for header files.
AC_HEADER_STDC AC_HEADER_STDC
AC_CHECK_HEADERS(asm/ptrace_offsets.h endian.h sys/endian.h execinfo.h \ AC_CHECK_HEADERS(asm/ptrace_offsets.h endian.h sys/endian.h execinfo.h \
ia64intrin.h sys/uc_access.h unistd.h signal.h sys/types.h \ ia64intrin.h sys/uc_access.h unistd.h signal.h sys/types.h \
sys/procfs.h malloc.h) sys/procfs.h)
dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST AC_C_CONST

View file

@ -25,14 +25,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* This file tests dynamic code-generation via function-cloning. */ /* This file tests dynamic code-generation via function-cloning. */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <libunwind.h> #include <libunwind.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h> #include <malloc.h>
#endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>