فهرست منبع

- fix typo in previous commit

Bernhard Reutner-Fischer 17 سال پیش
والد
کامیت
acbd962f90
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      libc/sysdeps/linux/common/clock_getres.c

+ 1 - 1
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)