4
0
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:
Yuriy Kolerov 2024-08-20 15:10:36 +03:00 committed by Jeff Johnston
parent e5689df37d
commit c3561210ed

View File

@ -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 */