aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/xattr/guts/fremovexattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/xattr/guts/fremovexattr.c')
-rw-r--r--ports/linux/xattr/guts/fremovexattr.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/linux/xattr/guts/fremovexattr.c b/ports/linux/xattr/guts/fremovexattr.c
new file mode 100644
index 0000000..a029d2c
--- /dev/null
+++ b/ports/linux/xattr/guts/fremovexattr.c
@@ -0,0 +1,12 @@
+/*
+ * Copyright (c) 2014 Wind River Systems; see
+ * guts/COPYRIGHT for information.
+ *
+ * int fremovexattr(int filedes, const char *name)
+ * int rc = -1;
+ */
+ rc = shared_removexattr(NULL, filedes, name);
+
+/* return rc;
+ * }
+ */