diff options
Diffstat (limited to 'libpthread/ChangeLog')
-rw-r--r-- | libpthread/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpthread/ChangeLog b/libpthread/ChangeLog index 8942404..0c7540c 100644 --- a/libpthread/ChangeLog +++ b/libpthread/ChangeLog @@ -1,5 +1,9 @@ 2008-12-11 Neal H. Walfield <neal@gnu.org> + * sysdeps/generic/bits/spin-lock-inline.h: New file. + +2008-12-11 Neal H. Walfield <neal@gnu.org> + * pthread/pt-alloc.c (__pthread_alloc): Use calloc, not malloc, to allocate a new struct __pthread. |