summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-03 03:54:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-03 03:54:30 +0000
commit29aed671e4370a1246b0664ebf80a4710347b04d (patch)
tree43c6a733aab42ab8efa206f7675687ac4417f7d3 /cpukit/ChangeLog
parent2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-29aed671e4370a1246b0664ebf80a4710347b04d.tar.bz2
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/pthread.c (_POSIX_Threads_Default_attributes): Add missing initializer. * posix/src/pthread.c: Make _POSIX_Threads_Create_extension,_POSIX_Threads_Delete_extension, _POSIX_Threads_Exitted_extension, _POSIX_Threads_Initialize_user_threads static.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 880928308d..6803606eea 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * posix/src/pthread.c (_POSIX_Threads_Default_attributes): Add
+ missing initializer.
+ * posix/src/pthread.c: Make
+ _POSIX_Threads_Create_extension,_POSIX_Threads_Delete_extension,
+ _POSIX_Threads_Exitted_extension,
+ _POSIX_Threads_Initialize_user_threads static.
+
2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/libcsupport.h: