summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/rdos/symlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/rdos/symlink.c')
-rwxr-xr-xnewlib/libc/sys/rdos/symlink.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/newlib/libc/sys/rdos/symlink.c b/newlib/libc/sys/rdos/symlink.c
deleted file mode 100755
index 4d5fa1e6f..000000000
--- a/newlib/libc/sys/rdos/symlink.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "config.h"
-#include <_ansi.h>
-#include <_syslist.h>
-#include <errno.h>
-
-int symlink(const char *path1, const char *path2)
-{
- errno = ENOSYS;
- return -1;
-}