diff options
Diffstat (limited to 'api/src/glfs.h')
-rw-r--r-- | api/src/glfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/glfs.h b/api/src/glfs.h index aeabfdf0b4f..f472ca4ea1e 100644 --- a/api/src/glfs.h +++ b/api/src/glfs.h @@ -461,6 +461,7 @@ char *glfs_realpath (glfs_t *fs, const char *path, char *resolved_path); */ int glfs_posix_lock (glfs_fd_t *fd, int cmd, struct flock *flock); +glfs_fd_t *glfs_dup (glfs_fd_t *fd); __END_DECLS |