fix constraint violation in qsort wrapper around qsort_r
[musl] / src / temp / __randname.c
index b097576..2bce37a 100644 (file)
@@ -1,11 +1,8 @@
-#include <string.h>
 #include <time.h>
 #include <stdint.h>
 
-int __clock_gettime(clockid_t, struct timespec *);
-
 /* This assumes that a check for the
-   template size has alrady been made */
+   template size has already been made */
 char *__randname(char *template)
 {
        int i;