diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-01 18:07:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-01 18:07:34 +0000 |
commit | 6f1acb30c1e30c6470092953ac75e665c4ba6bfb (patch) | |
tree | e56d2b78746534bc725c091d3931cc4a23ea1d8d /nptl/ChangeLog | |
parent | 80b5421740a2aeed70072c378762005b671086af (diff) | |
download | glibc-6f1acb30c1e30c6470092953ac75e665c4ba6bfb.tar.gz glibc-6f1acb30c1e30c6470092953ac75e665c4ba6bfb.tar.xz glibc-6f1acb30c1e30c6470092953ac75e665c4ba6bfb.zip |
Update.
* test-skeleton.c (main): Request getopt to not reorder the command line.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f3cd10738f..61e87c31f0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2003-06-01 Ulrich Drepper <drepper@redhat.com> + + * Makefile (tests): Add tst-exec4. + (tst-exec4-ARGS): Define. + * tst-exec4.c: New file. + 2003-05-31 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/lowlevellock.c (__lll_timedlock_wait): |