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