diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-08 23:35:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-08 23:35:13 +0000 |
commit | 8d88d9f8aa759acc1d0b3919fa6080bb35b0f991 (patch) | |
tree | dfa02b19a5e2b5fe12e9b1c2a6870457682a25d4 /sysdeps/unix/common | |
parent | 2ad4fab214b13af85237b9e836c525e9ce3e7fb6 (diff) | |
download | glibc-8d88d9f8aa759acc1d0b3919fa6080bb35b0f991.tar.gz glibc-8d88d9f8aa759acc1d0b3919fa6080bb35b0f991.tar.xz glibc-8d88d9f8aa759acc1d0b3919fa6080bb35b0f991.zip |
Update.
1998-04-08 Ulrich Drepper <drepper@cygnus.com> * login/utmp_file.c: use __ftruncate not ftruncate. * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name for system call and make ftruncate weak alias. * posix/unistd.h: Add prototype for __ftruncate. * login/utmp_daemon.c (open_socket): Use __socket not socket. * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv instead of snprintf and readv. * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not snprintf. * stdlib/strtod.c: Call strtoull/wcstoull's internal functions directly.
Diffstat (limited to 'sysdeps/unix/common')
-rw-r--r-- | sysdeps/unix/common/syscalls.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/common/syscalls.list b/sysdeps/unix/common/syscalls.list index e859dd2ec2..328b395310 100644 --- a/sysdeps/unix/common/syscalls.list +++ b/sysdeps/unix/common/syscalls.list @@ -3,7 +3,7 @@ adjtime - adjtime 2 __adjtime adjtime fchmod - fchmod 2 __fchmod fchmod fchown - fchown 3 __fchown fchown -ftruncate - ftruncate 2 ftruncate +ftruncate - ftruncate 2 __ftruncate ftruncate getpgid - getpgrp 1 __getpgid getpgid getrusage - getrusage 2 __getrusage getrusage gettimeofday - gettimeofday 2 __gettimeofday gettimeofday |