diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-09 01:59:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-09 01:59:17 +0000 |
commit | 0101a56fd61979c3905421e31931071b251042ba (patch) | |
tree | 46f1f67a73095c0c2dadb4bc8ad749b6c8b25a63 /ChangeLog | |
parent | 354e6102a11f6ce2e39462c158b039a07f18ac7c (diff) | |
download | glibc-0101a56fd61979c3905421e31931071b251042ba.tar glibc-0101a56fd61979c3905421e31931071b251042ba.tar.gz glibc-0101a56fd61979c3905421e31931071b251042ba.tar.bz2 glibc-0101a56fd61979c3905421e31931071b251042ba.zip |
Update.
* include/stdlib.h: Add __posix_openpt declaration.
* stdlib/stdlib.h: Add posix_openpt declaration.
* login/Versions: Add posix_openpt for GLIBC_2.2.1.
* sysdeps/generic/getpt.c: Define posix_openpt.
* sysdeps/unix/bsd/getpt.c: Likewise.
* sysdeps/unix/sysv/linux/getpt.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2001-01-08 Ulrich Drepper <drepper@redhat.com> + * include/stdlib.h: Add __posix_openpt declaration. + * stdlib/stdlib.h: Add posix_openpt declaration. + * login/Versions: Add posix_openpt for GLIBC_2.2.1. + * sysdeps/generic/getpt.c: Define posix_openpt. + * sysdeps/unix/bsd/getpt.c: Likewise. + * sysdeps/unix/sysv/linux/getpt.c: Likewise. + * time/Makefile (tests): Add tst-mktime. * time/tst-mktime.c: New file. |