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