mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 15:09:32 +08:00
arc: libgloss: Fix define guard in nsim-syscall.h
Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>
This commit is contained in:
parent
e5689df37d
commit
c3561210ed
@ -28,8 +28,8 @@
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _ASM_ARC_UNISTD_H
|
||||
#define _ASM_ARC_UNISTD_H
|
||||
#ifndef _NSIM_SYSCALL_H
|
||||
#define _NSIM_SYSCALL_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -454,4 +454,4 @@ struct nsim_stat {
|
||||
uint32_t __unused5;
|
||||
};
|
||||
|
||||
#endif /* _ASM_ARC_UNISTD_H */
|
||||
#endif /* _NSIM_SYSCALL_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user