mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Update.
2001-02-13 H.J. Lu <hjl@gnu.org> * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __ftruncate64.
This commit is contained in:
parent
be8c46fcef
commit
25bbbb54b8
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user