blob: 9a49e6ac12f35137cee10871f293c205c4c5ff0a [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 Ferris32ff3f82020-12-14 13:10:04 -08007#ifndef _UAPI_LINUX_PIDFD_H
8#define _UAPI_LINUX_PIDFD_H
Christopher Ferris38062f92014-07-09 15:33:25 -07009#include <linux/types.h>
Christopher Ferris32ff3f82020-12-14 13:10:04 -080010#include <linux/fcntl.h>
11#define PIDFD_NONBLOCK O_NONBLOCK
Christopher Ferris38062f92014-07-09 15:33:25 -070012#endif