diff options
Diffstat (limited to 'src/misc/realpath.c')
-rw-r--r-- | src/misc/realpath.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/misc/realpath.c b/src/misc/realpath.c index 88c849cd..d2708e59 100644 --- a/src/misc/realpath.c +++ b/src/misc/realpath.c @@ -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; |