mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
[BZ #284]
Update. 2004-07-23 Jakub Jelinek <jakub@redhat.com> [BZ #284] * sysdeps/pthread/pthread.h (pthread_getcpuclockid): Use __clockid_t instead of clockid_t.
This commit is contained in:
parent
06bfee07cb
commit
15ef4b555f
@ -1,3 +1,9 @@
|
||||
2004-07-23 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
[BZ #284]
|
||||
* sysdeps/pthread/pthread.h (pthread_getcpuclockid): Use __clockid_t
|
||||
instead of clockid_t.
|
||||
|
||||
2004-07-21 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* Makefile ($(objpfx)multidir.mk): Use $(make-target-directory).
|
||||
|
@ -648,7 +648,7 @@ extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *__buff
|
||||
#ifdef __USE_XOPEN2K
|
||||
/* Get ID of CPU-time clock for thread THREAD_ID. */
|
||||
extern int pthread_getcpuclockid (pthread_t __thread_id,
|
||||
clockid_t *__clock_id) __THROW;
|
||||
__clockid_t *__clock_id) __THROW;
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-07-23 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
[BZ #284]
|
||||
* sysdeps/pthread/pthread.h (pthread_getcpuclockid): Use __clockid_t
|
||||
instead of clockid_t.
|
||||
|
||||
2004-07-21 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* Makefile ($(objpfx)multidir.mk): Use $(make-target-directory).
|
||||
|
@ -915,7 +915,7 @@ extern int pthread_setspecific (pthread_key_t __key,
|
||||
#ifdef __USE_XOPEN2K
|
||||
/* Get ID of CPU-time clock for thread THREAD_ID. */
|
||||
extern int pthread_getcpuclockid (pthread_t __thread_id,
|
||||
clockid_t *__clock_id) __THROW;
|
||||
__clockid_t *__clock_id) __THROW;
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user