aboutsummaryrefslogtreecommitdiffstats
path: root/guts/symlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/symlink.c')
-rw-r--r--guts/symlink.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/guts/symlink.c b/guts/symlink.c
new file mode 100644
index 0000000..bc1c4be
--- /dev/null
+++ b/guts/symlink.c
@@ -0,0 +1,11 @@
+/*
+ * static int
+ * wrap_symlink(const char *oldpath, const char *newpath) {
+ * int rc = -1;
+ */
+
+ rc = wrap_symlinkat(oldpath, AT_FDCWD, newpath);
+
+/* return rc;
+ * }
+ */