diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-28 12:35:09 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 02:39:08 +0200 |
commit | 5c89d12ca43e7949ace93c75ce59ca9fc0606521 (patch) | |
tree | d08c0610644be2b67b66b32cb3f92cb91c2525ab /source3/include | |
parent | e1b7a5c750cf1dc09d7e14909234c7079ee9fabf (diff) | |
download | samba-5c89d12ca43e7949ace93c75ce59ca9fc0606521.tar.gz samba-5c89d12ca43e7949ace93c75ce59ca9fc0606521.tar.bz2 samba-5c89d12ca43e7949ace93c75ce59ca9fc0606521.zip |
build: Remove sys_ftruncate wrapper
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 0af512a7e4..430cfeb8cf 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -334,7 +334,6 @@ int sys_fstat(int fd, SMB_STRUCT_STAT *sbuf, bool fake_dir_create_times); int sys_lstat(const char *fname,SMB_STRUCT_STAT *sbuf, bool fake_dir_create_times); -int sys_ftruncate(int fd, SMB_OFF_T offset); int sys_posix_fallocate(int fd, SMB_OFF_T offset, SMB_OFF_T len); int sys_fallocate(int fd, enum vfs_fallocate_mode mode, SMB_OFF_T offset, SMB_OFF_T len); SMB_OFF_T sys_lseek(int fd, SMB_OFF_T offset, int whence); |