aboutsummaryrefslogtreecommitdiffstats
path: root/guts/fsetxattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/fsetxattr.c')
-rw-r--r--guts/fsetxattr.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/guts/fsetxattr.c b/guts/fsetxattr.c
new file mode 100644
index 0000000..95cb64c
--- /dev/null
+++ b/guts/fsetxattr.c
@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) 2008-2010 Wind River Systems; see
+ * guts/COPYRIGHT for information.
+ *
+ * static int
+ * wrap_fsetxattr (int filedes, const char *name, const void *value, size_t size, int flags) {
+ * int rc = -1;
+ */
+
+ errno = ENOTSUP;
+ rc = -1;
+
+/* return rc;
+ * }
+ */