diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-03-04 00:05:21 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-03-04 00:05:21 +0000 |
commit | ae10229c989edab43afa704650ec17bb9578d630 (patch) | |
tree | 326a0d82c37a7e9f02b011e2b07c89a9233f9d50 /ChangeLog | |
parent | 780a7bfa86d4a620f790c6bc400ce10b845dce60 (diff) |
2006-03-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
* libpthread/include/pthread/pthread.h: Add the restrict keyword where
appropriate for full compliance.
* libpthread/pthread/pt-internal.h: Likewise.
* libpthread/sysdeps/generic/bits/mutex.h: Likewise.
* libpthread/sysdeps/generic/bits/rwlock.h: Likewise.
* libpthread/TODO: Drop that TODO item.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ * libpthread/sysdeps/i386/machine-sp.h (thread_stack_pointer): Optimize esp read. * libpthread/i386/cthreads.h (cthread_sp): Likewise. + * libpthread/include/pthread/pthread.h: Add the restrict keyword where + appropriate for full compliance. + * libpthread/pthread/pt-internal.h: Likewise. + * libpthread/sysdeps/generic/bits/mutex.h: Likewise. + * libpthread/sysdeps/generic/bits/rwlock.h: Likewise. + * libpthread/TODO: Drop that TODO item. 2006-01-20 Samuel Thibault <samuel.thibault@ens-lyon.org> |