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