diff options
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 e1bff1b8848..b53af35b158 100644 --- a/api/src/glfs.h +++ b/api/src/glfs.h @@ -562,7 +562,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); |