Add check for sync, getrusage, getrlimit, setrlimit, sigaction,
 sched_setaffinity

Signed-off-by: Nicolas Morey-Chaisemartin <nmo...@kalray.eu>
---
 configure.ac | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3e89b0a..6e5125e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,10 @@ AM_PROG_LIBTOOL
 # Checks for library functions.
 AC_FUNC_MALLOC
 AC_FUNC_MMAP
-AC_CHECK_FUNCS([bzero clock_gettime gethostbyname getpagesize gettimeofday 
memset munmap socket strchr strerror strrchr strstr strtoull])
+AC_CHECK_FUNCS([backtrace bzero clock_gettime gethostbyname getpagesize \
+                               getrlimit getrusage gettimeofday memset munmap \
+                               sched_setaffinity setrlimit sigaction socket 
strchr strerror \
+                               strrchr strstr strtoull sync])
 
 # Checks for header files.
 AC_HEADER_RESOLV
-- 
2.10.1.4.g0ffc436


Reply via email to