diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-18 21:04:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-18 21:04:15 +0000 |
commit | 2f7dc59492a588a9b196c13a519fb5f2e42c274d (patch) | |
tree | f72fb330f6939009c95b08d23ca26e45b7b68ab1 /nptl/Makefile | |
parent | ba25bb0f1d140994dc0b6ee5f074d1237c493ee5 (diff) | |
download | glibc-2f7dc59492a588a9b196c13a519fb5f2e42c274d.tar glibc-2f7dc59492a588a9b196c13a519fb5f2e42c274d.tar.gz glibc-2f7dc59492a588a9b196c13a519fb5f2e42c274d.tar.bz2 glibc-2f7dc59492a588a9b196c13a519fb5f2e42c274d.zip |
Update.
2003-02-18 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Recognize
invalid file descriptors and missing access permissions.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index c3b824a4e9..24bb8de833 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -137,6 +137,7 @@ tests = tst-attr1 tst-attr2 \ tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 \ tst-barrier1 tst-barrier2 tst-barrier3 \ tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \ + tst-basic7 \ tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 \ tst-tsd1 tst-tsd2 \ tst-fork1 tst-fork2 tst-fork3 \ |