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