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, 0 insertions, 13 deletions
diff --git a/guts/lsetxattr.c b/guts/lsetxattr.c
deleted file mode 100644
index e5b4cd6..0000000
--- a/guts/lsetxattr.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * 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;
- * }
- */