diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-24 17:11:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-24 17:11:55 +0000 |
commit | 4487e30b40031d789f50f684a58b46fd2ea813cd (patch) | |
tree | df385f7ed77483088480bb8e43cdd979f6af1df3 /sysdeps/unix | |
parent | 6a3b5b5c7149b75fcb85d053ad993e9dff0e39a4 (diff) | |
download | glibc-4487e30b40031d789f50f684a58b46fd2ea813cd.tar glibc-4487e30b40031d789f50f684a58b46fd2ea813cd.tar.gz glibc-4487e30b40031d789f50f684a58b46fd2ea813cd.tar.bz2 glibc-4487e30b40031d789f50f684a58b46fd2ea813cd.zip |
Update.
* po/sv.po: Update from translation team.
* sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add __vfork
as alias.
* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1999-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* ctype/ctype.h (toupper,tolower): Use __inline instead of inline,
define inline functions only when optimizing for speed and
__USE_EXTERN_INLINES is set.
1999-01-24 Ulrich Drepper <drepper@cygnus.com>
* ctype/ctype.c (toupper): Correct variable names from last change.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list b/sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list index a3a907cf58..984540c31a 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list @@ -1,6 +1,6 @@ # File name Caller Syscall name # args Strong name Weak names -vfork - vfork 0 vfork +vfork - vfork 0 __vfork vfork s_getgroups getgroups getgroups 2 __syscall_getgroups s_getpagesize getpagesize getpagesize 0 __syscall_getpagesize diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list b/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list index bf4303bc02..811cc87ab1 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list @@ -11,7 +11,7 @@ setrlimit - setrlimit 2 setrlimit setrlimit64 ftruncate - ftruncate 2 __ftruncate ftruncate ftruncate64 truncate - truncate 2 truncate truncate64 mmap - mmap 6 __mmap mmap __mmap64 mmap64 -vfork - vfork 0 vfork +vfork - vfork 0 __vfork vfork # Override select.S in parent directory: select - select 5 __select select |