From adcc9495f93db24f9bff08ea21eb86e8905b0f07 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 2 Jul 2015 12:12:53 -0400 Subject: build: Mac OS X build issues, gfapi symbol versions fix broken symbol versions Change-Id: I153b87d80895ddd4718d0a9e51b4c0712b178bd4 BUG: 1238791 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: http://review.gluster.org/11514 Reviewed-by: Shyamsundar Ranganathan Reviewed-by: Niels de Vos Tested-by: Gluster Build System --- api/src/glfs-handles.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/src/glfs-handles.h') diff --git a/api/src/glfs-handles.h b/api/src/glfs-handles.h index 19c4e8f7a62..29fb0f5c976 100644 --- a/api/src/glfs-handles.h +++ b/api/src/glfs-handles.h @@ -302,12 +302,12 @@ glfs_h_poll_upcall (struct glfs *fs, struct callback_arg *cbk) __THROW int glfs_h_acl_set (struct glfs *fs, struct glfs_object *object, - const acl_type_t type, const acl_t acl) __THROW; + const acl_type_t type, const acl_t acl) __THROW GFAPI_PUBLIC(glfs_h_acl_set, 3.7.0); acl_t glfs_h_acl_get (struct glfs *fs, struct glfs_object *object, - const acl_type_t type) __THROW; + const acl_type_t type) __THROW GFAPI_PUBLIC(glfs_h_acl_get, 3.7.0); size_t -- cgit