summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-06 14:46:37 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-06 14:46:37 +0000
commit6911f56a3ef096717ff0ca41ff62d0b8932d6f4d (patch)
treeb09bf6cb1fafe684120c0377095fd8e7096fc962 /libc
parentd25d39b7ef9440165a077fe1367b7d662022397c (diff)
- add libc_hidden_def(clock_getres) as spotted by Ned Ludd
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/common/clock_getres.c2
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