summaryrefslogtreecommitdiff
path: root/src/stdlib/realpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/realpath.c')
-rw-r--r--src/stdlib/realpath.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stdlib/realpath.c b/src/stdlib/realpath.c
deleted file mode 100644
index db8b7cab..00000000
--- a/src/stdlib/realpath.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <stdlib.h>
-#include "_stdlib.h"
-
-char * realpath(const char * restrict file_name, char * restrict resolved_name)
-{
- SIGNAL_SAFE(0);
- return resolved_name;
-}
-
-/*
-XOPEN(400)
-*/