diff options
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 6e14988ad4..a15da3dbef 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,8 +1,10 @@ 2003-02-03 Ulrich Drepper <drepper@redhat.com> + * pthread_create.c: Include <atomic.h>. * allocatestack.c (allocate_stack): Implement coloring of the allocated stack memory. Rename pagesize to pagesize_m1. It's the size minus one. Adjust users. + * sysdeps/i386/i686/Makefile: New file. 2003-02-02 Ulrich Drepper <drepper@redhat.com> |