aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog3
-rw-r--r--nptl/Makefile3
2 files changed, 5 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 997fbbff7e..faf0720c42 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,8 @@
2003-02-06 Ulrich Drepper <drepper@redhat.com>
+ * Makefile (tests): Add tst-popen1.
+ * tst-popen1.c: New file.
+
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Remove wrong
but inactive generalization.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
diff --git a/nptl/Makefile b/nptl/Makefile
index 6c1ef9418e..f006421edc 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -151,7 +151,8 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \
tst-unload \
tst-sysconf \
tst-locale1 tst-locale2 \
- tst-umask1
+ tst-umask1 \
+ tst-popen1
LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst