summaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/realpath.c2
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;