diff options
author | Jeff Darcy <jdarcy@redhat.com> | 2016-08-09 13:20:26 +0300 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-08-11 06:19:33 -0700 |
commit | 3c41525001c49d7ada5f54bb3c97bf82909ee23e (patch) | |
tree | d1ae27a0ad2ceb60a3702875565820f589ce6382 /api/src/glfs.h | |
parent | 87bb8d0400d4ed18dd3954b1d9e5ca6ee0fb9742 (diff) |
gfapi: add missing glfs_truncate
Change-Id: I80b016090a4d9d86278a0a5144dd58c0cbfe9bb2
BUG: 1365489
Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Signed-off-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Reviewed-on: http://review.gluster.org/13927
Smoke: Gluster Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'api/src/glfs.h')
-rw-r--r-- | api/src/glfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/glfs.h b/api/src/glfs.h index 21dbc9b85ee..30600a79c32 100644 --- a/api/src/glfs.h +++ b/api/src/glfs.h @@ -560,7 +560,7 @@ off_t glfs_lseek (glfs_fd_t *fd, off_t offset, int whence) __THROW GFAPI_PUBLIC(glfs_lseek, 3.4.0); int glfs_truncate (glfs_t *fs, const char *path, off_t length) __THROW - GFAPI_PUBLIC(glfs_truncate, 3.4.0); + GFAPI_PUBLIC(glfs_truncate, 3.7.15); int glfs_ftruncate (glfs_fd_t *fd, off_t length) __THROW GFAPI_PUBLIC(glfs_ftruncate, 3.4.0); |