Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Christopher Ferris | 25c18d4 | 2020-10-14 17:42:58 -0700 | [diff] [blame] | 7 | #ifndef _UAPI_LINUX_CLOSE_RANGE_H |
| 8 | #define _UAPI_LINUX_CLOSE_RANGE_H |
| 9 | #define CLOSE_RANGE_UNSHARE (1U << 1) |
Christopher Ferris | 05667cd | 2021-02-16 16:01:34 -0800 | [diff] [blame] | 10 | #define CLOSE_RANGE_CLOEXEC (1U << 2) |
Christopher Ferris | 25c18d4 | 2020-10-14 17:42:58 -0700 | [diff] [blame] | 11 | #endif |