blob: 366df87eece618de47a1330050bf17a84de426c3 [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 Ferris8666d042023-09-06 14:55:31 -07007#ifndef _UAPI_LINUX_EVENTFD_H
8#define _UAPI_LINUX_EVENTFD_H
9#include <linux/fcntl.h>
10#define EFD_SEMAPHORE (1 << 0)
11#define EFD_CLOEXEC O_CLOEXEC
12#define EFD_NONBLOCK O_NONBLOCK
13#endif