diff options
Diffstat (limited to 'librt/clock_gettime.c')
| -rw-r--r-- | librt/clock_gettime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librt/clock_gettime.c b/librt/clock_gettime.c index 80de9f651..a670799a9 100644 --- a/librt/clock_gettime.c +++ b/librt/clock_gettime.c @@ -252,7 +252,7 @@ realtime_gettime (struct timespec *tp) return retval; } - +librt_hidden_proto (clock_gettime) /* Get current value of CLOCK and store it in TP. */ int clock_gettime (clockid_t clock_id, struct timespec *tp) |
