summaryrefslogtreecommitdiffstats
path: root/api/src/gfapi.map
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2018-04-05 14:50:45 -0400
committerKaleb S. KEITHLEY <kkeithle@redhat.com>2018-04-05 15:09:33 -0400
commit87c51a17a4a9d787db0ee8ed5f81e0250d2e643e (patch)
tree6bffa6ba0e8e9b265bcb120c8ad84caaf611725f /api/src/gfapi.map
parented51b60c6b33024885d9876b23cb6554055e49a1 (diff)
gfapi: fix a couple of minor issues
duplicatation of exported functions in gfapi.map. Only the newest one is needed. Both the legacy and current symbols are exported. glfs_io_cbk34 typedef should not be in a public header file. The old application was compiled with the original glfs_io_cbk. Outside of libgfapi, nothing now uses/needs this old typedef, move it into the C file that needs it. Similarly glfs_realpath34() decl should not be in glfs.h. Period. Old applications were compiled with the then glfs_realpath() decl and linked with glfs_realpath@@GFAPI_3_4.0. New applications should only call glfs_realpath() and it will be linked to the new/current glfs_realpath(). Change-Id: Icd5b0c9e9b68f0c133f14447b09ace35f33dbab2 fixes: bz#1564235 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'api/src/gfapi.map')
-rw-r--r--api/src/gfapi.map2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/src/gfapi.map b/api/src/gfapi.map
index 96ea13ab73b..e9b5f88037f 100644
--- a/api/src/gfapi.map
+++ b/api/src/gfapi.map
@@ -71,7 +71,6 @@ GFAPI_3.4.0 {
glfs_getcwd;
glfs_chdir;
glfs_fchdir;
- glfs_realpath;
glfs_posix_lock;
glfs_dup;
} GFAPI_PRIVATE_3.4.0;
@@ -81,7 +80,6 @@ GFAPI_3.4.2 {
glfs_setfsuid;
glfs_setfsgid;
glfs_setfsgroups;
- glfs_h_lookupat;
glfs_h_creat;
glfs_h_mkdir;
glfs_h_mknod;