From 5689a027230d477200c89eded23bf725b94338cd Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 11 Sep 2008 15:48:00 +0000 Subject: - remove relocations for clock_getres --- include/time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/time.h') diff --git a/include/time.h b/include/time.h index 8fca37b55..f6863ed84 100644 --- a/include/time.h +++ b/include/time.h @@ -340,6 +340,7 @@ extern int nanosleep (__const struct timespec *__requested_time, /* Get resolution of clock CLOCK_ID. */ extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __THROW; +libc_hidden_proto(clock_getres) /* Get current value of clock CLOCK_ID and store it in TP. */ extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW; -- cgit v1.2.3