OSDN Git Service

- fix typo in previous commit
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 6 Oct 2008 14:54:09 +0000 (14:54 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 6 Oct 2008 14:54:09 +0000 (14:54 -0000)
libc/sysdeps/linux/common/clock_getres.c

index bbb0fe1..c6f0c82 100644 (file)
@@ -40,5 +40,5 @@ int clock_getres(clockid_t clock_id, struct timespec* res)
 
        return retval;
 }
-endif
+#endif
 libc_hidden_def(clock_getres)