diff options
Diffstat (limited to 'api/src/gfapi.map')
-rw-r--r-- | api/src/gfapi.map | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/api/src/gfapi.map b/api/src/gfapi.map index 1be2953ce9a..b7f0dab2340 100644 --- a/api/src/gfapi.map +++ b/api/src/gfapi.map @@ -235,6 +235,11 @@ GFAPI_4.1.6 { glfs_upcall_lease_get_lease_type; } GFAPI_4.0.0; +GFAPI_PRIVATE_future { + global: + glfs_statx; +} GFAPI_4.1.6; + GFAPI_future { global: glfs_read_async; @@ -256,5 +261,5 @@ GFAPI_future { glfs_discard_async; glfs_zerofill_async; glfs_copy_file_range; -} GFAPI_4.1.6; +} GFAPI_PRIVATE_future; |