diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-11 15:48:00 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-11 15:48:00 +0000 |
commit | 5689a027230d477200c89eded23bf725b94338cd (patch) | |
tree | d444900ab2c8b5930cdf75ce7f36d91fde08c19c /libc/sysdeps | |
parent | a2a581041132c4c65d93877e4081f886849254b4 (diff) |
- remove relocations for clock_getres
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/common/clock_getres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/clock_getres.c b/libc/sysdeps/linux/common/clock_getres.c index 0a3e1d16f..3063b18f6 100644 --- a/libc/sysdeps/linux/common/clock_getres.c +++ b/libc/sysdeps/linux/common/clock_getres.c @@ -40,4 +40,5 @@ int clock_getres(clockid_t clock_id, struct timespec* res) return retval; } +libc_hidden_def(clock_getres) #endif |