diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-06 14:46:37 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-06 14:46:37 +0000 |
commit | 6911f56a3ef096717ff0ca41ff62d0b8932d6f4d (patch) | |
tree | b09bf6cb1fafe684120c0377095fd8e7096fc962 | |
parent | d25d39b7ef9440165a077fe1367b7d662022397c (diff) |
- add libc_hidden_def(clock_getres) as spotted by Ned Ludd
-rw-r--r-- | libc/sysdeps/linux/common/clock_getres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/clock_getres.c b/libc/sysdeps/linux/common/clock_getres.c index 3063b18f6..bbb0fe188 100644 --- a/libc/sysdeps/linux/common/clock_getres.c +++ b/libc/sysdeps/linux/common/clock_getres.c @@ -40,5 +40,5 @@ int clock_getres(clockid_t clock_id, struct timespec* res) return retval; } +endif libc_hidden_def(clock_getres) -#endif |