Add call_rcu() interface
[urcu.git] / configure.ac
index 187cf43696a609701edcaef65931998e348df6a5..3c61abc69519b158f52af779ca8583ad661f281d 100644 (file)
@@ -35,7 +35,7 @@ AC_TYPE_SIZE_T
 # Checks for library functions.
 AC_FUNC_MALLOC
 AC_FUNC_MMAP
-AC_CHECK_FUNCS([bzero gettimeofday munmap strtoul])
+AC_CHECK_FUNCS([bzero gettimeofday munmap sched_getcpu strtoul sysconf])
 
 # Find arch type
 case $host_cpu in
This page took 0.023314 seconds and 4 git commands to generate.