aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */