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