summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-06 14:54:09 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-06 14:54:09 +0000
commitacbd962f90dfe3d5a7cb5614e39bb814310ab86b (patch)
tree7cd1ca9e30d3e7dc39b44d3f4480e7ff3b47f957 /libc
parent6911f56a3ef096717ff0ca41ff62d0b8932d6f4d (diff)
- fix typo in previous commit
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 bbb0fe188..c6f0c82bb 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
+#endif
libc_hidden_def(clock_getres)