diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-05 08:24:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-05 08:24:43 +0000 |
commit | eb27c43f02ec7890c19f424de458df903745db5d (patch) | |
tree | 56dc7e91fe0c7f4df5f27af57cbe957c116c6ce5 /ChangeLog | |
parent | 71cf0361ecbeedcb7630f09942011f38cc9ea322 (diff) | |
download | glibc-eb27c43f02ec7890c19f424de458df903745db5d.tar glibc-eb27c43f02ec7890c19f424de458df903745db5d.tar.gz glibc-eb27c43f02ec7890c19f424de458df903745db5d.tar.bz2 glibc-eb27c43f02ec7890c19f424de458df903745db5d.zip |
Update.
1998-05-23 Philip Blundell <Philip.Blundell@pobox.com>
* sysdeps/unix/sysv/linux/arm/syscalls.list: Add `syscall'.
* sysdeps/unix/sysv/linux/arm/syscall.S: Deleted.
1998-07-05 Ulrich Drepper <drepper@cygnus.com>
* misc/getttyent.c (getttyent): Explicitly lock the FILE and use
_unlocked functions.
* inet/ruserpass.c (ruserpass): Use _unlocked functions since this
is a private FILE.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +1998-05-23 Philip Blundell <Philip.Blundell@pobox.com> + + * sysdeps/unix/sysv/linux/arm/syscalls.list: Add `syscall'. + * sysdeps/unix/sysv/linux/arm/syscall.S: Deleted. + +1998-07-05 Ulrich Drepper <drepper@cygnus.com> + + * misc/getttyent.c (getttyent): Explicitly lock the FILE and use + _unlocked functions. + + * inet/ruserpass.c (ruserpass): Use _unlocked functions since this + is a private FILE. + 1998-07-04 17:11 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu> * csu/Makefile: Build crt files in lib pass. |