summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2007-03-04 00:05:21 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2007-03-04 00:05:21 +0000
commitae10229c989edab43afa704650ec17bb9578d630 (patch)
tree326a0d82c37a7e9f02b011e2b07c89a9233f9d50 /ChangeLog
parent780a7bfa86d4a620f790c6bc400ce10b845dce60 (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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d10eb2d1..4bcda73e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>