Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2008-11-19 20:02:34 +0300
committerJeff Johnston <jjohnstn@redhat.com>2008-11-19 20:02:34 +0300
commitb8e9a7c099a68ea89d156d1f9ee8cbe7f3dab44f (patch)
treeee75bf0b03fe26a75ef48eb825490ddcbea674f7 /newlib
parent1f9aa7a3f0e7c8bd5b5ec77718ad1dff031fe97c (diff)
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.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog6
-rw-r--r--newlib/libc/include/pthread.h8
2 files changed, 6 insertions, 8 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().
diff --git a/newlib/libc/include/pthread.h b/newlib/libc/include/pthread.h
index fccc14d70..de61bf535 100644
--- a/newlib/libc/include/pthread.h
+++ b/newlib/libc/include/pthread.h
@@ -294,14 +294,6 @@ void _EXFUN(pthread_cleanup_pop, (int __execute));
int _EXFUN(pthread_getcpuclockid,
(pthread_t __pthread_id, clockid_t *__clock_id));
-/* CPU-time Clock Thread Creation Attribute, P1003.4b/D8, p. 59 */
-
-int _EXFUN(pthread_attr_setcputime,
- (pthread_attr_t *__attr, int __clock_allowed));
-
-int _EXFUN(pthread_attr_getcputime,
- (pthread_attr_t *__attr, int *__clock_allowed));
-
#endif /* defined(_POSIX_THREAD_CPUTIME) */