diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-06 14:54:09 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-06 14:54:09 +0000 |
commit | acbd962f90dfe3d5a7cb5614e39bb814310ab86b (patch) | |
tree | 7cd1ca9e30d3e7dc39b44d3f4480e7ff3b47f957 /libc/sysdeps/linux/common | |
parent | 6911f56a3ef096717ff0ca41ff62d0b8932d6f4d (diff) |
- fix typo in previous commit
Diffstat (limited to 'libc/sysdeps/linux/common')
-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 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) |