diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-27 23:15:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-27 23:15:34 +0000 |
commit | 51f46f92a9df6f654316339e8329cad3e66819b9 (patch) | |
tree | 665beec3fc895e425a60fc894428e0ced364e3ad | |
parent | e4a0c4688d27be66328b7a709e47d1446d8d3543 (diff) | |
download | glibc-51f46f92a9df6f654316339e8329cad3e66819b9.tar.gz glibc-51f46f92a9df6f654316339e8329cad3e66819b9.tar.xz glibc-51f46f92a9df6f654316339e8329cad3e66819b9.zip |
Update.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Add truncate(64) and ftruncate(64) calls. 2000-07-27 Jes Sorensen <jes@linuxcare.com>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/syscalls.list | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f0ad60f9c8..c635ffac97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-07-27 Jes Sorensen <jes@linuxcare.com> + * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add truncate(64) and + ftruncate(64) calls. + +2000-07-27 Jes Sorensen <jes@linuxcare.com> + * intl/tst-translit.c: Include string.h to get prototype for strcmp(). diff --git a/sysdeps/unix/sysv/linux/ia64/syscalls.list b/sysdeps/unix/sysv/linux/ia64/syscalls.list index 3ada92ef20..7bb0a2820e 100644 --- a/sysdeps/unix/sysv/linux/ia64/syscalls.list +++ b/sysdeps/unix/sysv/linux/ia64/syscalls.list @@ -11,6 +11,8 @@ statfs - statfs i:sp __statfs statfs statfs64 mmap - mmap b:aniiii __mmap mmap __mmap64 mmap64 getpeername - getpeername i:ipp __getpeername getpeername getpriority - getpriority i:ii __getpriority getpriority +ftruncate - ftruncate 2 __ftruncate ftruncate ftruncate64 +truncate - truncate 2 truncate truncate64 # semaphore and shm system calls msgctl - msgctl i:iip __msgctl msgctl |