From c3561210ed9eeb7e45b0a212d971645086fec8ff Mon Sep 17 00:00:00 2001 From: Yuriy Kolerov Date: Tue, 20 Aug 2024 15:10:36 +0300 Subject: arc: libgloss: Fix define guard in nsim-syscall.h Signed-off-by: Yuriy Kolerov --- libgloss/arc/nsim-syscall.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libgloss/arc/nsim-syscall.h b/libgloss/arc/nsim-syscall.h index a2009f5..9d13b22 100644 --- a/libgloss/arc/nsim-syscall.h +++ b/libgloss/arc/nsim-syscall.h @@ -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 @@ -454,4 +454,4 @@ struct nsim_stat { uint32_t __unused5; }; -#endif /* _ASM_ARC_UNISTD_H */ +#endif /* _NSIM_SYSCALL_H */ -- cgit v1.1