(struct pthread_attr): Add cpusetsize field, remove next.

This commit is contained in:
Ulrich Drepper 2004-03-18 23:54:14 +00:00
parent e451ba6fee
commit 701a7b234e

View 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