fix double-processing of DT_RELR relocations in ldso relocating itself
[musl] / src / temp / mkdtemp.c
index 6c2c16e..5708257 100644 (file)
@@ -3,8 +3,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 
-char *__randname(char *);
-
 char *mkdtemp(char *template)
 {
        size_t l = strlen(template);