diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2015-07-02 12:43:09 -0400 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-07-05 13:03:19 -0700 |
commit | 0fdf6c9db5114c77cd846c71699eb877d41ad6ae (patch) | |
tree | cba5c252006d162ce2dc3431bc1464b2d1f50df8 /xlators | |
parent | 78232678ad45cf8d12b991ea1ff441fbcdc3a601 (diff) |
build: Mac OS X build issues, no spinlock, need sys_lgetxattr
use regular locks, use our syscall wrappers in libglusterfs
Change-Id: I7e0d00956366806af041b69b65d1f169aa0d2ae2
BUG: 1238793
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/11515
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/features/changelog/lib/src/gf-changelog-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/changelog/lib/src/gf-changelog-helpers.h b/xlators/features/changelog/lib/src/gf-changelog-helpers.h index adde1e57bbf..bd21e4df035 100644 --- a/xlators/features/changelog/lib/src/gf-changelog-helpers.h +++ b/xlators/features/changelog/lib/src/gf-changelog-helpers.h @@ -14,7 +14,7 @@ #include <unistd.h> #include <dirent.h> #include <limits.h> -#include <pthread.h> +#include "locking.h" #include <xlator.h> |