Update.
* time/time.h: Add missing __THROW for clock_getcpuclockid prototype.
This commit is contained in:
parent
ffa8a90345
commit
777414995d
@ -1,5 +1,8 @@
|
||||
2000-06-07 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* time/time.h: Add missing __THROW for clock_getcpuclockid
|
||||
prototype.
|
||||
|
||||
* elf/Makefile (distribute): Add dl-dtprocnum.h.
|
||||
* include/elf.h: Include also <dl-dtprocnum.h>.
|
||||
* elf/dl-deps.c: Likewise.
|
||||
|
@ -278,7 +278,7 @@ extern int clock_settime (clockid_t __clock_id, __const struct timespec *__tp)
|
||||
|
||||
# ifdef __USE_XOPEN2K
|
||||
/* Return clock ID for CPU-time clock. */
|
||||
extern int clock_getcpuclockid (pid_t __pid, clockid_t *__clock_id);
|
||||
extern int clock_getcpuclockid (pid_t __pid, clockid_t *__clock_id) __THROW;
|
||||
# endif
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user