remove legacy time32 timer[fd] syscalls from public syscall.h
[musl] / src / misc / realpath.c
index 88c849c..d2708e5 100644 (file)
@@ -7,8 +7,6 @@
 #include <string.h>
 #include "syscall.h"
 
-void __procfdname(char *, unsigned);
-
 char *realpath(const char *restrict filename, char *restrict resolved)
 {
        int fd;