]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Aug 2000 19:02:14 +0000 (19:02 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Aug 2000 19:02:14 +0000 (19:02 +0000)
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.

ChangeLog
sysdeps/ia64/Implies
sysdeps/posix/system.c
sysdeps/unix/sysv/linux/ia64/syscalls.list

index 372c3cb218da22dec0651ecd5fd307dcf99a19f7..eec6edd99e876bf62834db146d1b92248432306d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 054c7a0c3a8076d37ff53563331a52c79de036d0..972a55998c3a013b354c448aa0008edd3ce9b2ca 100644 (file)
@@ -2,4 +2,4 @@ wordsize-64
 # ia64 uses IEEE 754 floating point.
 ieee754/flt-32
 ieee754/dbl-64
-ieee754/ldbl-128
+ieee754/ldbl-96
index bf84d2fb1e9f54082dded898513e7f0eae5142d7..79b5e330af459ab0524c691f153cb078fac005e6 100644 (file)
@@ -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
index 370e7d5990c6d3f1881ea5690d314e64f3471ffe..94c866d17798de6b5296f7b95276926065bb8cd7 100644 (file)
@@ -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