diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-10 06:32:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-10 06:32:42 +0000 |
commit | cd4b2a553a5e0fa51f2ad74166b12820316ab66e (patch) | |
tree | bb05f3928e28a7f3f716086f121aea39665a7ea1 | |
parent | c37cae9e8a52380f28e44cf3a7fd41a690db1909 (diff) | |
download | glibc-cd4b2a553a5e0fa51f2ad74166b12820316ab66e.zip glibc-cd4b2a553a5e0fa51f2ad74166b12820316ab66e.tar.gz glibc-cd4b2a553a5e0fa51f2ad74166b12820316ab66e.tar.bz2 |
Update.
* sysdeps/unix/sysv/linux/s390/createthread.c: Moved to...
* sysdeps/unix/sysv/linux/createthread.c: ...here.
-rw-r--r-- | nptl/ChangeLog | 3 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/createthread.c (renamed from nptl/sysdeps/unix/sysv/linux/s390/createthread.c) | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b23bb30..3d708b6 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-03-09 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/s390/createthread.c: Moved to... + * sysdeps/unix/sysv/linux/createthread.c: ...here. + * Makefile (tests): Add tst-cond10. * tst-cond10.c: New file. diff --git a/nptl/sysdeps/unix/sysv/linux/s390/createthread.c b/nptl/sysdeps/unix/sysv/linux/createthread.c index 9defac6..9defac6 100644 --- a/nptl/sysdeps/unix/sysv/linux/s390/createthread.c +++ b/nptl/sysdeps/unix/sysv/linux/createthread.c |