/* * This file is auto-generated. Modifications will be lost. * * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ * for more information. */ #ifndef _UAPI_LINUX_CLOSE_RANGE_H #define _UAPI_LINUX_CLOSE_RANGE_H #define CLOSE_RANGE_UNSHARE (1U << 1) #define CLOSE_RANGE_CLOEXEC (1U << 2) #endif