aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Kolerov <ykolerov@synopsys.com>2024-08-20 15:10:36 +0300
committerJeff Johnston <jjohnstn@redhat.com>2024-08-20 18:21:28 -0400
commitc3561210ed9eeb7e45b0a212d971645086fec8ff (patch)
treef3eb18f4c134242caafc24067abe6b4a19fcb1c3
parente5689df37d158594b9f0b4c122c5a08a07562cc6 (diff)
downloadnewlib-c3561210ed9eeb7e45b0a212d971645086fec8ff.zip
newlib-c3561210ed9eeb7e45b0a212d971645086fec8ff.tar.gz
newlib-c3561210ed9eeb7e45b0a212d971645086fec8ff.tar.bz2
arc: libgloss: Fix define guard in nsim-syscall.h
Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>
-rw-r--r--libgloss/arc/nsim-syscall.h6
1 files 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 <stdint.h>
@@ -454,4 +454,4 @@ struct nsim_stat {
uint32_t __unused5;
};
-#endif /* _ASM_ARC_UNISTD_H */
+#endif /* _NSIM_SYSCALL_H */