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