summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-28 12:45:06 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:08 +0200
commit9cc056e567fe923bb3a19fce3828cdbea9a3d2f7 (patch)
treed8963890f4b86d506d6f5fe7debd603e4069adf4 /source3/include
parentced1f61ec12e752045c3c3611f5bf0816a1458e5 (diff)
downloadsamba-9cc056e567fe923bb3a19fce3828cdbea9a3d2f7.tar.gz
samba-9cc056e567fe923bb3a19fce3828cdbea9a3d2f7.tar.bz2
samba-9cc056e567fe923bb3a19fce3828cdbea9a3d2f7.zip
build: Remove sys_creat wrapper
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ccda53faea..6af0a044e6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -336,7 +336,6 @@ int sys_lstat(const char *fname,SMB_STRUCT_STAT *sbuf,
bool fake_dir_create_times);
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);
-int sys_creat(const char *path, mode_t mode);
int sys_open(const char *path, int oflag, mode_t mode);
FILE *sys_fopen(const char *path, const char *type);
void kernel_flock(int fd, uint32 share_mode, uint32 access_mask);