* time/time.h: Add missing __THROW for clock_getcpuclockid
	prototype.
This commit is contained in:
Ulrich Drepper 2000-06-08 04:57:40 +00:00
parent ffa8a90345
commit 777414995d
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -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