getservbyport_r: fix out-of-bounds buffer read
[musl] / src / unistd / fchdir.c
index 72c3915..dee45ba 100644 (file)
@@ -3,8 +3,6 @@
 #include <fcntl.h>
 #include "syscall.h"
 
-void __procfdname(char *, unsigned);
-
 int fchdir(int fd)
 {
        int ret = __syscall(SYS_fchdir, fd);