(struct pthread_attr): Add cpusetsize field, remove next.
authorUlrich Drepper <drepper@redhat.com>
Thu, 18 Mar 2004 23:54:14 +0000 (23:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 18 Mar 2004 23:54:14 +0000 (23:54 +0000)
nptl/sysdeps/unix/sysv/linux/internaltypes.h

index 10d0d95..43b6856 100644 (file)
@@ -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