summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/internaltypes.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-18 23:54:14 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-18 23:54:14 +0000
commit701a7b234eab5615adb472b5dc5b0a9199d69f9b (patch)
tree1eb0785a92bf7f725dd096fc3c8bc6dd2f10dd83 /nptl/sysdeps/unix/sysv/linux/internaltypes.h
parente451ba6feec943ee02378ef115cb403c8c6fe136 (diff)
(struct pthread_attr): Add cpusetsize field, remove next.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/internaltypes.h')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/internaltypes.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/internaltypes.h b/nptl/sysdeps/unix/sysv/linux/internaltypes.h
index 10d0d95518..43b6856bbf 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