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