Sfoglia il codice sorgente

- add libc_hidden_def(clock_getres) as spotted by Ned Ludd

Bernhard Reutner-Fischer 17 anni fa
parent
commit
6911f56a3e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 libc_hidden_def(clock_getres)
-#endif