From 67cf3c6ed0b1119bbddc1c6f46af486fc1ad2432 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 4 Sep 2014 00:39:50 +0530 Subject: Use PTHREAD_DESTRUCTOR_ITERATIONS The _POSIX_THREAD_DESTRUCTOR_ITERATIONS variable is not implemented by getconf, so to get both getconf and sysconf on the same page, make the latter use PTHREAD_DESTRUCTOR_ITERATIONS. The generated code is unchanged on x86_64. Siddhesh * posix/conf.list (SYSCONF:POSIX): Remove THREAD_DESTRUCTOR_ITERATIONS. * sysdeps/posix/sysconf.c (__sysconf): Use PTHREAD_DESTRUCTOR_ITERATIONS. --- posix/conf.list | 1 - 1 file changed, 1 deletion(-) (limited to 'posix') diff --git a/posix/conf.list b/posix/conf.list index 8e947f4db8..000b90893a 100644 --- a/posix/conf.list +++ b/posix/conf.list @@ -99,7 +99,6 @@ SYSCONF:POSIX { USER_GROUPS_R VERSION # Additional variables not in getconf. - THREAD_DESTRUCTOR_ITERATIONS IPV6 RAW_SOCKETS } -- cgit v1.2.1