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