From 6fcd60ddd903df13402704fe6026cb1f8e780fd7 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 6 Sep 2018 13:39:08 -0400 Subject: move and deduplicate declarations of __procfdname to make it checkable syscall.h was chosen as the header to declare it, since its intended usage is alongside syscalls as a fallback for operations the direct syscall does not support. --- src/misc/realpath.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/misc') 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 #include "syscall.h" -void __procfdname(char *, unsigned); - char *realpath(const char *restrict filename, char *restrict resolved) { int fd; -- cgit v1.2.1