diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/system.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c index 1028e32b96..b12def5929 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -585,15 +585,6 @@ int sys_fallocate(int fd, enum vfs_fallocate_mode mode, SMB_OFF_T offset, SMB_OF } /******************************************************************* - A creat() wrapper. -********************************************************************/ - -int sys_creat(const char *path, mode_t mode) -{ - return creat(path, mode); -} - -/******************************************************************* An open() wrapper. ********************************************************************/ |