diff options
Diffstat (limited to 'api/src/glfs-handleops.c')
-rw-r--r-- | api/src/glfs-handleops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/glfs-handleops.c b/api/src/glfs-handleops.c index 8f82a5cc7f1..cdf368379d6 100644 --- a/api/src/glfs-handleops.c +++ b/api/src/glfs-handleops.c @@ -975,7 +975,7 @@ invalid_fs: return object; } -GFAPI_SYMVER_PUBLIC_DEFAULT(glfs_h_creat_open, FUTURE); +GFAPI_SYMVER_PUBLIC_DEFAULT(glfs_h_creat_open, 6.6); struct glfs_object * pub_glfs_h_mkdir(struct glfs *fs, struct glfs_object *parent, const char *path, |