mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
include: fix double include pre-processor guards
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
1adee3d657
commit
8d3bf05fd2
@@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __LIBC_SYSLOG_SYSLOG_H
|
||||
#define __LIBC_SYSLOG_SYSLOG_H
|
||||
#ifndef __LIBS_LIBC_SYSLOG_SYSLOG_H
|
||||
#define __LIBS_LIBC_SYSLOG_SYSLOG_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -53,4 +53,4 @@ EXTERN uint8_t g_syslog_mask;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __LIBC_SYSLOG_SYSLOG_H */
|
||||
#endif /* __LIBS_LIBC_SYSLOG_SYSLOG_H */
|
||||
|
||||
Reference in New Issue
Block a user