Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 8 Apr 1998 23:35:13 +0000 (23:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 8 Apr 1998 23:35:13 +0000 (23:35 +0000)
commit8d88d9f8aa759acc1d0b3919fa6080bb35b0f991
treedfa02b19a5e2b5fe12e9b1c2a6870457682a25d4
parent2ad4fab214b13af85237b9e836c525e9ce3e7fb6
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.
ChangeLog
login/utmp_daemon.c
login/utmp_file.c
nscd/nscd_getgr_r.c
nscd/nscd_getpw_r.c
posix/unistd.h
stdlib/strtod.c
sysdeps/unix/common/syscalls.list