summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-handles.h
diff options
context:
space:
mode:
authorSoumya Koduri <skoduri@redhat.com>2019-09-18 16:32:08 +0530
committerSoumya Koduri <skoduri@redhat.com>2019-09-27 19:36:05 +0530
commit257bb3d16b30e60116724e9e906f8d3ecddf313e (patch)
tree92ee8c78a1568aa226df0c706de9360c142f38aa /api/src/glfs-handles.h
parent227713229a7bba19426186f1615fd891e4e52bb7 (diff)
gfapi: Update the version of 'glfs_h_creat_open'
Change-Id: I43eaa53a7b8d876640d225e011b56192bba57eed Fixes: bz#1753569 Signed-off-by: Soumya Koduri <skoduri@redhat.com>
Diffstat (limited to 'api/src/glfs-handles.h')
-rw-r--r--api/src/glfs-handles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/glfs-handles.h b/api/src/glfs-handles.h
index 475f450801e..4d039b9c76b 100644
--- a/api/src/glfs-handles.h
+++ b/api/src/glfs-handles.h
@@ -254,7 +254,7 @@ struct glfs_object *
glfs_h_creat_open(struct glfs *fs, struct glfs_object *parent, const char *path,
int flags, mode_t mode, struct stat *stat,
struct glfs_fd **out_fd) __THROW
- GFAPI_PUBLIC(glfs_h_creat_open, FUTURE);
+ GFAPI_PUBLIC(glfs_h_creat_open, 6.6);
/*
SYNOPSIS