open: add close_range()
[linux-block.git] / include / linux / syscalls.h
index 7c354c2955f51e78fbfd638dd3109f30a9398e0f..b22382db89cfb07736b28d7a35fa5875f518eac9 100644 (file)
@@ -444,6 +444,8 @@ asmlinkage long sys_openat(int dfd, const char __user *filename, int flags,
 asmlinkage long sys_openat2(int dfd, const char __user *filename,
                            struct open_how *how, size_t size);
 asmlinkage long sys_close(unsigned int fd);
+asmlinkage long sys_close_range(unsigned int fd, unsigned int max_fd,
+                               unsigned int flags);
 asmlinkage long sys_vhangup(void);
 
 /* fs/pipe.c */