[1/8] arc: libgloss: Fix define guard in nsim-syscall.h

Message ID 20240820121043.1605628-2-ykolerov@synopsys.com
State New
Headers
Series A series of patches for Synopsys ARC port |

Commit Message

Yuriy Kolerov Aug. 20, 2024, 12:10 p.m. UTC
  From: Yuriy Kolerov <ykolerov@synopsys.com>

Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>
---
 libgloss/arc/nsim-syscall.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/libgloss/arc/nsim-syscall.h b/libgloss/arc/nsim-syscall.h
index a2009f5b2..9d13b226e 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 */