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