glibc/sysdeps/unix/sysv/linux/s390/s390-32
Roland McGrath 369b849f1a * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
	(INLINE_SYSCALL): Use that.
	* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
	INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
	(INLINE_SYSCALL): Use that.
	* sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
	INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
	(INLINE_SYSCALL): Use that.
	* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
	dl-sysdep.h.
	(SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
	(__INTERNAL_SYSCALL_STRING): Define.
	* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
	dl-sysdep.h.
	(SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
	(__INTERNAL_SYSCALL_STRING): Define.
	* sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
	__SYSCALL_STRING to inline_syscall*.
	(INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
	New macros.
	(inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
	inline_syscall4, inline_syscall5, inline_syscall6): Add string
	argument.

2002-10-24  Roland McGrath  <roland@redhat.com>

	* libio/bug-wfflush.c: New file.
	* libio/Makefile (tests): Add bug-wfflush.
2002-10-24 18:49:00 +00:00
..
alphasort64.c Update. 2001-03-16 09:57:45 +00:00
chown.c Update. 2002-08-03 07:02:10 +00:00
clone.S Update. 2002-02-07 17:54:45 +00:00
Dist Update. 2002-08-27 12:10:11 +00:00
fchown.c Update. 2001-03-16 09:57:45 +00:00
fcntl.c Update. 2001-03-16 09:57:45 +00:00
fxstat.c Update. 2001-03-16 09:57:45 +00:00
getcontext.S Update. 2001-08-16 05:39:18 +00:00
getdents64.c Update. 2001-03-16 09:57:45 +00:00
getegid.c Update. 2001-03-16 09:57:45 +00:00
geteuid.c Update. 2001-03-16 09:57:45 +00:00
getgid.c Update. 2001-03-16 09:57:45 +00:00
getgroups.c Update. 2001-03-16 09:57:45 +00:00
getresgid.c Update. 2001-03-16 09:57:45 +00:00
getresuid.c Update. 2001-03-16 09:57:45 +00:00
getrlimit64.c Update. 2001-03-16 09:57:45 +00:00
getrlimit.c Update. 2001-03-16 09:57:45 +00:00
getuid.c Update. 2001-03-16 09:57:45 +00:00
lchown.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lockf64.c Update. 2001-03-16 09:57:45 +00:00
lxstat.c Update. 2001-03-16 09:57:45 +00:00
makecontext.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Makefile 2002-10-13 Roland McGrath <roland@frob.com> 2002-10-14 01:02:54 +00:00
mmap64.S Update. 2001-07-16 07:32:48 +00:00
mmap.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
msgctl.c Update. 2001-03-16 09:57:45 +00:00
oldgetrlimit64.c Update. 2001-03-16 09:57:45 +00:00
profil-counter.h Update. 2002-02-07 17:54:45 +00:00
readdir64_r.c Update. 2001-03-16 09:57:45 +00:00
readdir64.c Update. 2001-03-16 09:57:45 +00:00
register-dump.h (REGISTER_DUMP): Correct second argument of register_dump call. 2001-10-31 21:46:29 +00:00
scandir64.c Update. 2001-03-16 09:57:45 +00:00
semctl.c Update. 2001-03-16 09:57:45 +00:00
setcontext.S Update. 2001-08-16 05:39:18 +00:00
setegid.c Update. 2001-03-16 09:57:45 +00:00
seteuid.c Update. 2001-03-16 09:57:45 +00:00
setfsgid.c Update. 2001-03-16 09:57:45 +00:00
setfsuid.c Update. 2001-03-16 09:57:45 +00:00
setgid.c Update. 2001-03-16 09:57:45 +00:00
setgroups.c Update. 2001-03-16 09:57:45 +00:00
setregid.c Update. 2001-03-16 09:57:45 +00:00
setresgid.c Update. 2001-03-16 09:57:45 +00:00
setresuid.c Update. 2001-03-16 09:57:45 +00:00
setreuid.c Update. 2001-03-16 09:57:45 +00:00
setrlimit.c Update. 2001-03-16 09:57:45 +00:00
setuid.c Update. 2001-03-16 09:57:45 +00:00
shmctl.c Update. 2001-03-16 09:57:45 +00:00
socket.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
swapcontext.S Update. 2002-01-17 00:50:24 +00:00
syscall.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
syscalls.list Update. 2001-03-16 09:57:45 +00:00
sysdep.h * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL, 2002-10-24 18:49:00 +00:00
sysdep.S * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional 2002-10-11 10:52:20 +00:00
ucontext_i.h Update. 2001-08-16 05:39:18 +00:00
Versions Update. 2002-08-23 09:29:27 +00:00
versionsort64.c Update. 2001-03-16 09:57:45 +00:00
xstat.c Update. 2001-03-16 09:57:45 +00:00