From ecf289594a443b8ee8434094faa07e8dcaff14ee Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 24 Feb 2003 04:59:26 +0000 Subject: [PATCH] Update. * Makefile (tests): Add tst-context1. * tst-context1.c: New file. --- nptl/ChangeLog | 3 +++ nptl/Makefile | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d320a98..9fb8617 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-02-23 Ulrich Drepper + * Makefile (tests): Add tst-context1. + * tst-context1.c: New file. + * Makefile (tests): Add tst-tls1 and tst-tls2. * tst-tls1.c: New file. * tst-tls2.c: New file. diff --git a/nptl/Makefile b/nptl/Makefile index e924667..adcab59 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -159,7 +159,8 @@ tests = tst-attr1 tst-attr2 \ tst-locale1 tst-locale2 \ tst-umask1 \ tst-popen1 \ - tst-clock1 + tst-clock1 \ + tst-context1 distribute = eintr.c -- 2.7.4