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 | |
parent | b0af120fd01e10653256c6f949b930d72f0fd2a1 (diff) | |
download | glibc-bb8d0fd5b125d43445124e37a2569f53bb7fb2ea.tar glibc-bb8d0fd5b125d43445124e37a2569f53bb7fb2ea.tar.gz glibc-bb8d0fd5b125d43445124e37a2569f53bb7fb2ea.tar.bz2 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.
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | sysdeps/ia64/Implies | 2 | ||||
-rw-r--r-- | sysdeps/posix/system.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/syscalls.list | 2 |
4 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,13 @@ +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. + 2000-08-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap): Return -EINVAL diff --git a/sysdeps/ia64/Implies b/sysdeps/ia64/Implies index 054c7a0c3a..972a55998c 100644 --- a/sysdeps/ia64/Implies +++ b/sysdeps/ia64/Implies @@ -2,4 +2,4 @@ wordsize-64 # ia64 uses IEEE 754 floating point. ieee754/flt-32 ieee754/dbl-64 -ieee754/ldbl-128 +ieee754/ldbl-96 diff --git a/sysdeps/posix/system.c b/sysdeps/posix/system.c index bf84d2fb1e..79b5e330af 100644 --- a/sysdeps/posix/system.c +++ b/sysdeps/posix/system.c @@ -85,7 +85,7 @@ __libc_system (const char *line) return -1; } } -# define UNBLOCK __sigprocmask (SIG_SETMASK, &omask, (sigset_t *) NULL) +# define UNBLOCK __sigprocmask (SIG_SETMASK, &omask, (sigset_t *) NULL) #else # define UNBLOCK 0 #endif 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 |