From 701a7b234eab5615adb472b5dc5b0a9199d69f9b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 18 Mar 2004 23:54:14 +0000 Subject: (struct pthread_attr): Add cpusetsize field, remove next. --- nptl/sysdeps/unix/sysv/linux/internaltypes.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nptl/sysdeps/unix/sysv/linux/internaltypes.h b/nptl/sysdeps/unix/sysv/linux/internaltypes.h index 10d0d95..43b6856 100644 --- a/nptl/sysdeps/unix/sysv/linux/internaltypes.h +++ b/nptl/sysdeps/unix/sysv/linux/internaltypes.h @@ -37,10 +37,7 @@ struct pthread_attr size_t stacksize; /* Affinity map. */ cpu_set_t *cpuset; - - /* Chain of all initialized attributes. Keep this last since it is - not always used. */ - struct pthread_attr *next; + size_t cpusetsize; }; #define ATTR_FLAG_DETACHSTATE 0x0001 -- cgit v1.1