glibc/nptl/sysdeps/pthread
Ulrich Drepper ccd8de9aa6 Update.
2004-11-10  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/setreuid.c: Remove sys/syscall.h,
	sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h
	includes.  Include setxid.h.  Use INLINE_SETXID_SYSCALL macro
	instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded
	snippets.
	* sysdeps/unix/sysv/linux/setegid.c: Likewise.
	* sysdeps/unix/sysv/linux/setuid.c: Likewise.
	* sysdeps/unix/sysv/linux/seteuid.c: Likewise.
	* sysdeps/unix/sysv/linux/setgid.c: Likewise.
	* sysdeps/unix/sysv/linux/setresuid.c: Likewise.
	* sysdeps/unix/sysv/linux/setresgid.c: Likewise.
	* sysdeps/unix/sysv/linux/setregid.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/setregid.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/setreuid.c: Likewise.
	Formatting.  Change signed int into int.
	* sysdeps/unix/sysv/linux/alpha/setresuid.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/setresgid.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/setregid.c: Likewise.
	* sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
	Remove.
	* sysdeps/unix/setxid.h: New file.

	* Rules (binaries-static): Add xtests-static.
	* Makeconfig (run-program-prefix): Filter also xtests-static.
2004-11-12 01:27:04 +00:00
..
bits Update. 2003-12-11 04:52:17 +00:00
allocalim.h
configure Remove broken declaration. 2003-12-03 06:50:01 +00:00
configure.in Remove broken declaration. 2003-12-03 06:50:01 +00:00
createthread.c [BZ #530] 2004-11-09 21:52:49 +00:00
flockfile.c Update 2002-12-18 23:29:41 +00:00
ftrylockfile.c Update. 2002-12-16 22:17:11 +00:00
funlockfile.c Update. 2002-12-16 22:17:11 +00:00
librt-cancellation.c Update. 2003-12-20 06:34:59 +00:00
list.h Update. 2002-12-31 20:46:11 +00:00
Makefile 2004-06-29 Roland McGrath <roland@redhat.com> 2004-06-29 23:03:20 +00:00
malloc-machine.h Update 2003-10-01 06:27:22 +00:00
posix-timer.h Update. 2004-10-04 20:51:25 +00:00
pt-initfini.c Update. 2002-12-31 09:36:52 +00:00
pt-longjmp.c Update. 2004-02-14 07:30:42 +00:00
pthread_barrier_wait.c Update. 2004-09-08 06:09:02 +00:00
pthread_cond_broadcast.c Update. 2004-06-03 16:04:11 +00:00
pthread_cond_signal.c Update. 2004-06-03 16:04:11 +00:00
pthread_cond_timedwait.c Update. 2004-09-02 22:47:23 +00:00
pthread_cond_wait.c [BZ #357] 2004-09-02 18:59:24 +00:00
pthread_getcpuclockid.c Update. 2003-06-25 00:00:50 +00:00
pthread_once.c
pthread_rwlock_rdlock.c Update. 2004-08-13 05:42:43 +00:00
pthread_rwlock_timedrdlock.c Update. 2004-08-13 05:42:43 +00:00
pthread_rwlock_timedwrlock.c Update. 2004-06-28 19:38:25 +00:00
pthread_rwlock_unlock.c Update. 2003-02-27 10:32:38 +00:00
pthread_rwlock_wrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_sigmask.c Update. 2004-09-28 22:44:12 +00:00
pthread_spin_destroy.c Update. 2002-11-28 00:53:12 +00:00
pthread_spin_init.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
pthread_spin_unlock.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
pthread-functions.h Update. 2004-11-12 01:27:04 +00:00
pthread.h Update. 2004-09-20 22:14:33 +00:00
rt-unwind-resume.c Update. 2003-07-22 23:56:53 +00:00
setxid.h Update. 2004-11-12 01:27:04 +00:00
sigaction.c Update. 2004-09-28 22:44:12 +00:00
sigfillset.c Update. 2003-04-21 07:48:10 +00:00
sigprocmask.c Update. 2003-04-21 07:39:20 +00:00
Subdirs
tcb-offsets.h Update. 2002-12-28 22:19:04 +00:00
timer_create.c Update. 2004-10-05 16:11:51 +00:00
timer_delete.c
timer_getoverr.c
timer_gettime.c Update. 2004-04-18 02:37:56 +00:00
timer_routines.c Update. 2004-10-04 20:51:25 +00:00
timer_settime.c
tst-mqueue8x.c Update. 2004-04-18 02:37:56 +00:00
tst-timer.c Update. 2003-11-04 23:43:40 +00:00
unwind-forcedunwind.c Update. 2003-09-04 05:57:06 +00:00
unwind-resume.c Update. 2003-07-22 23:56:53 +00:00