aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-14 05:31:12 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-14 05:31:12 +0000
commit25bbbb54b867d0fa252a2dcb3a764690ce83dcd4 (patch)
tree72fc9e508a1d6f9f0afd23321b994be8b3619f27
parentbe8c46fcefee7528d3a25171b1a189e1ae111337 (diff)
downloadglibc-25bbbb54b867d0fa252a2dcb3a764690ce83dcd4.zip
glibc-25bbbb54b867d0fa252a2dcb3a764690ce83dcd4.tar.gz
glibc-25bbbb54b867d0fa252a2dcb3a764690ce83dcd4.tar.bz2
Update.
2001-02-13 H.J. Lu <hjl@gnu.org> * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __ftruncate64.
-rw-r--r--ChangeLog4
-rw-r--r--locale/programs/ld-paper.c2
-rw-r--r--sysdeps/unix/sysv/linux/ia64/syscalls.list2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ec981df..71daa93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-13 H.J. Lu <hjl@gnu.org>
+
+ * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __ftruncate64.
+
2001-02-13 Ulrich Drepper <drepper@redhat.com>
* locale/programs/ld-paper.c (paper_output): Pretty printing.
diff --git a/locale/programs/ld-paper.c b/locale/programs/ld-paper.c
index a3b54fd..d0ca850 100644
--- a/locale/programs/ld-paper.c
+++ b/locale/programs/ld-paper.c
@@ -138,7 +138,7 @@ paper_output (struct localedef_t *locale, struct charmap_t *charmap,
iov[cnt].iov_len = 4;
++cnt;
- idx[cnt - 2] = idx[cnt - 2] + iov[cnt - 1].iov_len;
+ idx[cnt - 2] = idx[cnt - 3] + iov[cnt - 1].iov_len;
iov[cnt].iov_base = &paper->width;
iov[cnt].iov_len = 4;
++cnt;
diff --git a/sysdeps/unix/sysv/linux/ia64/syscalls.list b/sysdeps/unix/sysv/linux/ia64/syscalls.list
index a68c2e8..44b3ab7 100644
--- a/sysdeps/unix/sysv/linux/ia64/syscalls.list
+++ b/sysdeps/unix/sysv/linux/ia64/syscalls.list
@@ -11,7 +11,7 @@ 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
+ftruncate - ftruncate 2 __ftruncate ftruncate ftruncate64 __ftruncate64
truncate - truncate 2 truncate truncate64
getrlimit - getrlimit 2 __getrlimit getrlimit getrlimit64
setrlimit - setrlimit 2 __setrlimit setrlimit setrlimit64