s3: Remove definition of removed kernel_flock function
[samba.git] / source3 / include / proto.h
index ba4e5f74f44852b233d0d9aacbbe5743832b8d23..c136db63b3888b285875f3cb19ff349878379192 100644 (file)
@@ -221,7 +221,6 @@ int sys_fstatat(int fd,
                bool fake_dir_create_times);
 int sys_posix_fallocate(int fd, off_t offset, off_t len);
 int sys_fallocate(int fd, uint32_t mode, off_t offset, off_t len);
-void kernel_flock(int fd, uint32_t share_access, uint32_t access_mask);
 DIR *sys_fdopendir(int fd);
 int sys_mknod(const char *path, mode_t mode, SMB_DEV_T dev);
 int sys_mknodat(int dirfd, const char *path, mode_t mode, SMB_DEV_T dev);