aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-15 07:34:59 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-15 07:34:59 +0000
commit09b88f8ab83b92893fbd2a44faf580bb859e7d77 (patch)
treebd0fe61a5bc0c7dd5f720672b9a3075b274f50a5
parentda6d7d3838176cd8a3734e9f9edcdbda84d91df1 (diff)
downloadglibc-09b88f8ab83b92893fbd2a44faf580bb859e7d77.tar
glibc-09b88f8ab83b92893fbd2a44faf580bb859e7d77.tar.gz
glibc-09b88f8ab83b92893fbd2a44faf580bb859e7d77.tar.bz2
glibc-09b88f8ab83b92893fbd2a44faf580bb859e7d77.zip
Update.
1999-11-15 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add __syscall_setrlimit. * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise. * Versions.def: Remove predecessors. They now get computed.
-rw-r--r--ChangeLog8
-rw-r--r--sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list1
-rw-r--r--sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list1
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8abb6718c0..4e55a5d8d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
+1999-11-15 Andreas Jaeger <aj@suse.de>
+
+ * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
+ __syscall_setrlimit.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
+
1999-11-14 Ulrich Drepper <drepper@cygnus.com>
* scripts/versions.awk: Don't expect to read predecessor versions,
compute them.
- * Versions.def: Remove predecessors. They get now computed.
+ * Versions.def: Remove predecessors. They now get computed.
1999-11-14 Ulrich Drepper <drepper@cygnus.com>
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list b/sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
index 5d896aa3ab..3ce7d31908 100644
--- a/sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
+++ b/sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
@@ -11,6 +11,7 @@ s_setregid setregid setregid 2 __syscall_setregid
s_setresgid setresgid setresgid 3 __syscall_setresgid
s_setresuid setresuid setresuid 3 __syscall_setresuid
s_setreuid setreuid setreuid 2 __syscall_setreuid
+s_setrlimit setrlimit setrlimit 3 __syscall_setrlimit
s_ipc msgget ipc 5 __syscall_ipc
s_setuid setuid setuid 1 __syscall_setuid
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list b/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
index 0801424361..679722f37d 100644
--- a/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
+++ b/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
@@ -51,6 +51,7 @@ s_ipc msgget ipc 5 __syscall_ipc
s_poll poll poll 3 __syscall_poll
s_ptrace ptrace ptrace 4 __syscall_ptrace
s_reboot reboot reboot 3 __syscall_reboot
+s_setrlimit setrlimit setrlimit 3 __syscall_setrlimit
s_sigaction sigaction sigaction 3 __syscall_sigaction
s_sigpending sigpending sigpending 1 __syscall_sigpending
s_sigprocmask sigprocmask sigprocmask 3 __syscall_sigprocmask