diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2015-07-02 12:12:53 -0400 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-07-04 09:59:18 -0700 |
commit | adcc9495f93db24f9bff08ea21eb86e8905b0f07 (patch) | |
tree | ea04bf8ecd1a1f4a3659510239ca9c1e72987250 /api/src | |
parent | 81cb71e9317e380b1d414038223c72643b35e664 (diff) |
build: Mac OS X build issues, gfapi symbol versions
fix broken symbol versions
Change-Id: I153b87d80895ddd4718d0a9e51b4c0712b178bd4
BUG: 1238791
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/11514
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'api/src')
-rw-r--r-- | api/src/glfs-handles.h | 4 | ||||
-rw-r--r-- | api/src/glfs-internal.h | 2 |
2 files changed, 3 insertions, 3 deletions
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 diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h index 1b87dae5a52..3f8ac92ac7e 100644 --- a/api/src/glfs-internal.h +++ b/api/src/glfs-internal.h @@ -246,7 +246,7 @@ fd_t *__glfs_migrate_fd (struct glfs *fs, xlator_t *subvol, struct glfs_fd *glfd int glfs_first_lookup (xlator_t *subvol); -void glfs_process_upcall_event (struct glfs *fs, void *data); +void glfs_process_upcall_event (struct glfs *fs, void *data) GFAPI_PRIVATE(glfs_process_upcall_event, 3.7.0); #define DECLARE_OLD_THIS xlator_t *old_THIS = NULL |