summaryrefslogtreecommitdiff
path: root/platform/sysroot/usr/include/linux/close_range.h
blob: 58fc71539df1cf9bc5dda51dabf9f52fa646a45b (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * 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