blob: 58fc71539df1cf9bc5dda51dabf9f52fa646a45b [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Ferris25c18d42020-10-14 17:42:58 -07007#ifndef _UAPI_LINUX_CLOSE_RANGE_H
8#define _UAPI_LINUX_CLOSE_RANGE_H
9#define CLOSE_RANGE_UNSHARE (1U << 1)
Christopher Ferris05667cd2021-02-16 16:01:34 -080010#define CLOSE_RANGE_CLOEXEC (1U << 2)
Christopher Ferris25c18d42020-10-14 17:42:58 -070011#endif