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.
This commit is contained in:
Jeff Johnston 2008-11-19 17:02:34 +00:00
parent 1f9aa7a3f0
commit b8e9a7c099
2 changed files with 6 additions and 8 deletions

View File

@ -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().

View File

@ -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) */