diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-05 20:56:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-05 20:56:43 +0000 |
commit | 11767d4767d1f8c688f31f05f52f2edc83a1cdaf (patch) | |
tree | ac288792792a7fbd5f698b28e511e0653ec048ac /nptl | |
parent | 9702f151900e07f422cb2f3b824e70fa2aebce4a (diff) | |
download | glibc-11767d4767d1f8c688f31f05f52f2edc83a1cdaf.zip glibc-11767d4767d1f8c688f31f05f52f2edc83a1cdaf.tar.gz glibc-11767d4767d1f8c688f31f05f52f2edc83a1cdaf.tar.bz2 |
* sysdeps/unix/sysv/linux/i386/createthread.c (create_thread): Add
missing & here too.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f7846bb..b6584d3 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2002-12-05 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/i386/createthread.c (create_thread): Add + missing & here too. + 2002-12-05 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove |