summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/aix/readlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/aix/readlink.c')
-rw-r--r--sysdeps/unix/sysv/aix/readlink.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/unix/sysv/aix/readlink.c b/sysdeps/unix/sysv/aix/readlink.c
deleted file mode 100644
index 2770358b98..0000000000
--- a/sysdeps/unix/sysv/aix/readlink.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* This is a system call. We only have to provide the wrapper. */
-#include <unistd.h>
-
-int
-__readlink (const char *path, char *buf, size_t len)
-{
- return readlink (path, buf, len);
-}