android13/external/ltp/include/lapi/epoll.h

14 lines
243 B
C

// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) 2016 Cyril Hrubis <chrubis@suse.cz>
*/
#ifndef LAPI_EPOLL_H__
#define LAPI_EPOLL_H__
#ifndef EPOLL_CLOEXEC
# define EPOLL_CLOEXEC 02000000
#endif
#endif /* LAPI_EPOLL_H__ */