diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-13 07:53:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-13 07:53:26 +0000 |
commit | 89e78a954dbd659e0e118aa577d0656363d3c1c2 (patch) | |
tree | 025cfad1c4049982efb6f9e27754315da11c1065 /nptl/ChangeLog | |
parent | dfdd294a2ac05a80908483846feb5343d4aac714 (diff) | |
download | glibc-89e78a954dbd659e0e118aa577d0656363d3c1c2.tar glibc-89e78a954dbd659e0e118aa577d0656363d3c1c2.tar.gz glibc-89e78a954dbd659e0e118aa577d0656363d3c1c2.tar.bz2 glibc-89e78a954dbd659e0e118aa577d0656363d3c1c2.zip |
Update.
* Makefile (tests): Add tst-attr1 and tst-attr2.
* tst-attr1.c: New file.
* tst-attr2.c: New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 03b6acb987..1d91b10b7a 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2003-02-12 Ulrich Drepper <drepper@redhat.com> + * Makefile (tests): Add tst-attr1 and tst-attr2. + * tst-attr1.c: New file. + * tst-attr2.c: New file. + * Makefile: Add rules to build and run tst-atfork2 test. * tst-atfork2.c: New file. * tst-atfork2mod.c: New file. |