blob: 6928a9fdee3c45e9b0c02047ad21da5d9669d191 [file] [log] [blame]
Olivier Deprez157378f2022-04-04 15:47:50 +02001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _UAPI_LINUX_CLOSE_RANGE_H
3#define _UAPI_LINUX_CLOSE_RANGE_H
4
5/* Unshare the file descriptor table before closing file descriptors. */
6#define CLOSE_RANGE_UNSHARE (1U << 1)
7
8#endif /* _UAPI_LINUX_CLOSE_RANGE_H */
9