summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e281c432b..c5913e09e 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-19 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * libc/include/pthread.h: Remove prototypes for
+ pthread_attr_getcputime and pthread_attr_setcputime which
+ were proposed but never approved by the POSIX standard.
+
2008-11-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/unix/ttyname.c: Use isatty() instead of tcgetattr().