summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-11 15:48:00 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-11 15:48:00 +0000
commit5689a027230d477200c89eded23bf725b94338cd (patch)
treed444900ab2c8b5930cdf75ce7f36d91fde08c19c /include
parenta2a581041132c4c65d93877e4081f886849254b4 (diff)
- remove relocations for clock_getres
Diffstat (limited to 'include')
-rw-r--r--include/time.h1
1 files changed, 1 insertions, 0 deletions
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;