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