diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-25 19:02:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-25 19:02:14 +0000 |
commit | bb8d0fd5b125d43445124e37a2569f53bb7fb2ea (patch) | |
tree | d770a5e6fd4c4931a78ff3087fac47198d0f6d29 /sysdeps/unix/sysv/linux/ia64 | |
parent | b0af120fd01e10653256c6f949b930d72f0fd2a1 (diff) | |
download | glibc-bb8d0fd5b125d43445124e37a2569f53bb7fb2ea.tar.gz glibc-bb8d0fd5b125d43445124e37a2569f53bb7fb2ea.tar.xz glibc-bb8d0fd5b125d43445124e37a2569f53bb7fb2ea.zip |
Update.
2000-08-21 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getrlimit and getrlimit to the list. 2000-08-18 Jes Sorensen <jes@linuxcare.com> * sysdeps/ia64/Implies: gcc now has support for the Intel 80 bit long double format so use ldbl-96 instead of ldbl-128.
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/syscalls.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/syscalls.list b/sysdeps/unix/sysv/linux/ia64/syscalls.list index 370e7d5990..94c866d177 100644 --- a/sysdeps/unix/sysv/linux/ia64/syscalls.list +++ b/sysdeps/unix/sysv/linux/ia64/syscalls.list @@ -13,6 +13,8 @@ getpeername - getpeername i:ipp __getpeername getpeername getpriority - getpriority i:ii __getpriority getpriority ftruncate - ftruncate 2 __ftruncate ftruncate ftruncate64 truncate - truncate 2 truncate truncate64 +getrlimit - getrlimit 2 __getrlimit getrlimit getrlimit64 +setrlimit - setrlimit 2 __setrlimit setrlimit setrlimit64 # semaphore and shm system calls msgctl - msgctl i:iip __msgctl msgctl |