aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/fsetxattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/darwin/guts/fsetxattr.c')
-rw-r--r--ports/darwin/guts/fsetxattr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/darwin/guts/fsetxattr.c b/ports/darwin/guts/fsetxattr.c
index 541569a..d707595 100644
--- a/ports/darwin/guts/fsetxattr.c
+++ b/ports/darwin/guts/fsetxattr.c
@@ -1,12 +1,12 @@
/*
- * Copyright (c) 2011 Wind River Systems; see
+ * Copyright (c) 2014 Wind River Systems; see
* guts/COPYRIGHT for information.
*
* int fsetxattr(int filedes, const char *name, const void *value, size_t size, u_int32_t position, int options)
* int rc = -1;
*/
- rc = real_fsetxattr(filedes, name, value, size, position, options);
+ rc = shared_setxattr(NULL, filedes, name, value, size, position, options);
/* return rc;
* }