glibc/nptl/sysdeps/unix/sysv/linux/i386
Ulrich Drepper 949ec76407 Update.
* posix/sched.h: Change prototypes of sched_getaffinity and
	sched_setaffinity.  Define CPU_SET, CPU_CLR, CPU_ISSET, and CPU_ZERO.
	* sysdeps/generic/sched_getaffinity.c: Adjust definition.
	* sysdeps/generic/sched_setaffinity.c: Likewise.
	* sysdeps/generic/bits/sched.h: Define __CPU_SETSIZE, __NCPUBITS,
	__CPUELT, __CPUMASK, cpu_set_t, __cpu_mask, __CPU_ZERO, __CPU_SET,
	__CPU_CLR, and __CPU_ISSET.
	* sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
	* sysdeps/unix/sysv/linux/sched_getaffinity.c: New file.
	* sysdeps/unix/sysv/linux/sched_setaffinity.c: New file.

	* include/atomic.h (atomic_exchange_acq): Renamed from atomic_exchange.
	(atomic_exchange_rel): New #define.
	* sysdeps/ia64/bits/atomic.h: Likewise.
	* sysdeps/i386/i486/bits/atomic.h (atomic_exchange_acq): Renamed from
	atomic_exchange.
	* sysdeps/m68k/m68020/bits/atomic.h: Likewise.
	* sysdeps/powerpc/bits/atomic.h: Likewise.
	* sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: Likewise.
	* sysdeps/sparc/sparc64/bits/atomic.h: Likewise.
	* sysdeps/x86_64/bits/atomic.h: Likewise.
	* csu/tst-atomic.c: Use atomic_exchange_acq instead of atomic_exchange.
2003-05-10 05:36:37 +00:00
..
bits Update. 2003-04-12 00:58:26 +00:00
i486 Update. 2003-04-14 21:55:10 +00:00
i586 Update. 2003-01-29 00:39:03 +00:00
i686 Update. 2003-01-29 00:39:03 +00:00
createthread.c Update. 2003-01-28 10:42:28 +00:00
dl-sysdep.h Update. 2003-04-19 20:15:36 +00:00
fork.c Initial revision 2002-11-26 22:50:54 +00:00
lowlevellock.h Update. 2003-05-10 05:36:37 +00:00
pt-vfork.S Initial revision 2002-11-26 22:50:54 +00:00
pthread_once.S Update. 2003-03-10 07:39:55 +00:00
pthread_spin_init.c Update. 2003-03-18 01:56:11 +00:00
pthread_spin_unlock.S pthread_spin_unlock implementation for Linux/i386. 2003-03-18 01:52:02 +00:00
sysdep-cancel.h Update. 2003-04-14 07:03:40 +00:00