aboutsummaryrefslogtreecommitdiffstats
path: root/guts/symlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/symlink.c')
-rw-r--r--guts/symlink.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/guts/symlink.c b/guts/symlink.c
deleted file mode 100644
index 487c135..0000000
--- a/guts/symlink.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2008-2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static int
- * wrap_symlink(const char *oldname, const char *newpath) {
- * int rc = -1;
- */
-
- rc = wrap_symlinkat(oldname, AT_FDCWD, newpath);
-
-/* return rc;
- * }
- */