aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-17 13:58:32 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-17 13:58:32 +0000
commitc0b50509efc80bc9a2c9ebc787d2ab868816231d (patch)
treefffa46439aaa786ccd7852ea8bc51cf03e70e35c /ChangeLog
parent0937645101948542e6d0936546e9ca048847c24b (diff)
downloadglibc-c0b50509efc80bc9a2c9ebc787d2ab868816231d.zip
glibc-c0b50509efc80bc9a2c9ebc787d2ab868816231d.tar.gz
glibc-c0b50509efc80bc9a2c9ebc787d2ab868816231d.tar.bz2
Update.
* sunrpc/clnt_unix.c (clntunix_destroy): Use __close not close. * libio/oldtmpfile.c: Likewise. * libio/oldiofdopen.c: Use __fcntl instead fcntl. * sysdeps/posix/profil.c: Use __sigaction instead of sigaction. * login/login.c: Determine pts/3 as terminal name if path is
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e2ec7ee..cf9499c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
1998-12-17 Ulrich Drepper <drepper@cygnus.com>
+ * sunrpc/clnt_unix.c (clntunix_destroy): Use __close not close.
+ * libio/oldtmpfile.c: Likewise.
+ * libio/oldiofdopen.c: Use __fcntl instead fcntl.
+ * sysdeps/posix/profil.c: Use __sigaction instead of sigaction.
+
* iconvdata/iso646.c (gconv_init): Return correct error value if we
run out of memory.
* iconvdata/iso-2022-jp.c: Likewise.
@@ -16,7 +21,7 @@
1998-12-17 Ulrich Drepper <drepper@cygnus.com>
- * login/login.c: Determine pts/3 and terminal name if path is
+ * login/login.c: Determine pts/3 as terminal name if path is
/dev/pts/3. This is consistent with getlogin. [PR libc/906]
1998-12-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>