Fix names of pre-processor variables used in header file idempotence

This commit is contained in:
Gregory Nutt
2016-08-06 19:21:42 -06:00
parent 56f2454c86
commit 469aff0584
28 changed files with 78 additions and 78 deletions
+3 -3
View File
@@ -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 */