mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Fix names of pre-processor variables used in header file idempotence
This commit is contained in:
+3
-3
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_SYS_EPOLL_H
|
||||
#define __INCLUDE_NUTTX_SYS_EPOLL_H
|
||||
#ifndef __INCLUDE_SYS_EPOLL_H
|
||||
#define __INCLUDE_SYS_EPOLL_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -107,4 +107,4 @@ int epoll_wait(int epfd, struct epoll_event *evs, int maxevents, int timeout);
|
||||
|
||||
void epoll_close(int epfd);
|
||||
|
||||
#endif /* __INCLUDE_NUTTX_SYS_EPOLL_H */
|
||||
#endif /* __INCLUDE_SYS_EPOLL_H */
|
||||
|
||||
Reference in New Issue
Block a user