mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03:00
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.
This commit is contained in:
10
ChangeLog
10
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>
|
2000-08-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/i386/mmap.S (__mmap): Return -EINVAL
|
* sysdeps/unix/sysv/linux/i386/mmap.S (__mmap): Return -EINVAL
|
||||||
|
@@ -2,4 +2,4 @@ wordsize-64
|
|||||||
# ia64 uses IEEE 754 floating point.
|
# ia64 uses IEEE 754 floating point.
|
||||||
ieee754/flt-32
|
ieee754/flt-32
|
||||||
ieee754/dbl-64
|
ieee754/dbl-64
|
||||||
ieee754/ldbl-128
|
ieee754/ldbl-96
|
||||||
|
@@ -85,7 +85,7 @@ __libc_system (const char *line)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# define UNBLOCK <EFBFBD>__sigprocmask (SIG_SETMASK, &omask, (sigset_t *) NULL)
|
# define UNBLOCK __sigprocmask (SIG_SETMASK, &omask, (sigset_t *) NULL)
|
||||||
#else
|
#else
|
||||||
# define UNBLOCK 0
|
# define UNBLOCK 0
|
||||||
#endif
|
#endif
|
||||||
|
@@ -13,6 +13,8 @@ getpeername - getpeername i:ipp __getpeername getpeername
|
|||||||
getpriority - getpriority i:ii __getpriority getpriority
|
getpriority - getpriority i:ii __getpriority getpriority
|
||||||
ftruncate - ftruncate 2 __ftruncate ftruncate ftruncate64
|
ftruncate - ftruncate 2 __ftruncate ftruncate ftruncate64
|
||||||
truncate - truncate 2 truncate truncate64
|
truncate - truncate 2 truncate truncate64
|
||||||
|
getrlimit - getrlimit 2 __getrlimit getrlimit getrlimit64
|
||||||
|
setrlimit - setrlimit 2 __setrlimit setrlimit setrlimit64
|
||||||
|
|
||||||
# semaphore and shm system calls
|
# semaphore and shm system calls
|
||||||
msgctl - msgctl i:iip __msgctl msgctl
|
msgctl - msgctl i:iip __msgctl msgctl
|
||||||
|
Reference in New Issue
Block a user