Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 8 Jun 2000 04:57:40 +0000 (04:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 8 Jun 2000 04:57:40 +0000 (04:57 +0000)
* time/time.h: Add missing __THROW for clock_getcpuclockid
prototype.

ChangeLog
time/time.h

index 9f22d2b..3314b60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c71199a..f4a3eb1 100644 (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