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