• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright (c) 2016 Cyril Hrubis <chrubis@suse.cz>
4  */
5 
6 #ifndef LAPI_EPOLL_H__
7 #define LAPI_EPOLL_H__
8 
9 #ifndef EPOLL_CLOEXEC
10 # define EPOLL_CLOEXEC 02000000
11 #endif
12 
13 #endif /* LAPI_EPOLL_H__ */
14