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