diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 00:00:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 00:00:19 +0000 |
commit | 1c848253fce6eadd1f9227dab74b032c049226fb (patch) | |
tree | 3cf10ab8d0d3c55aab006468c9b2cc1bf6824912 /nptl/Makefile | |
parent | e814f74891ae248ee9d1a8d3caba9133c540e591 (diff) | |
download | glibc-1c848253fce6eadd1f9227dab74b032c049226fb.tar glibc-1c848253fce6eadd1f9227dab74b032c049226fb.tar.gz glibc-1c848253fce6eadd1f9227dab74b032c049226fb.tar.bz2 glibc-1c848253fce6eadd1f9227dab74b032c049226fb.zip |
Update.
2003-02-21 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do
not chechk for errors (unless testing for 32bit variant).
* sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 826c2ba109..dbdfc5f918 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -138,7 +138,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-kill1 tst-kill2 tst-kill3 tst-kill4 \ + tst-kill1 tst-kill2 tst-kill3 tst-kill4 tst-kill5 tst-kill6 \ tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 \ tst-tsd1 tst-tsd2 \ tst-fork1 tst-fork2 tst-fork3 \ |