aboutsummaryrefslogtreecommitdiffstats
path: root/guts/readlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/readlink.c')
-rw-r--r--guts/readlink.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/guts/readlink.c b/guts/readlink.c
deleted file mode 100644
index 18d9dc7..0000000
--- a/guts/readlink.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static ssize_t
- * wrap_readlink(const char *path, char *buf, size_t bufsiz) {
- * ssize_t rc = -1;
- */
-
- rc = wrap_readlinkat(AT_FDCWD, path, buf, bufsiz);
-
-/* return rc;
- * }
- */