aboutsummaryrefslogtreecommitdiffstats
path: root/guts/fsetxattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/fsetxattr.c')
-rw-r--r--guts/fsetxattr.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/guts/fsetxattr.c b/guts/fsetxattr.c
index 95cb64c..a891ffb 100644
--- a/guts/fsetxattr.c
+++ b/guts/fsetxattr.c
@@ -1,14 +1,12 @@
-/*
- * Copyright (c) 2008-2010 Wind River Systems; see
+/*
+ * Copyright (c) 2010 Wind River Systems; see
* guts/COPYRIGHT for information.
*
- * static int
- * wrap_fsetxattr (int filedes, const char *name, const void *value, size_t size, int flags) {
+ * int fsetxattr(int filedes, const char *name, const void *value, size_t size, int flags)
* int rc = -1;
*/
errno = ENOTSUP;
- rc = -1;
/* return rc;
* }