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