diff options
Diffstat (limited to 'libexec/ld.so/arm/SYS.h')
-rw-r--r-- | libexec/ld.so/arm/SYS.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/arm/SYS.h b/libexec/ld.so/arm/SYS.h index 79f59756e6b..faa5804dc9b 100644 --- a/libexec/ld.so/arm/SYS.h +++ b/libexec/ld.so/arm/SYS.h @@ -1,4 +1,4 @@ -/* $OpenBSD: SYS.h,v 1.4 2023/12/10 16:45:50 deraadt Exp $ */ +/* $OpenBSD: SYS.h,v 1.5 2023/12/11 03:05:17 deraadt Exp $ */ /* * Copyright (c) 2004 Dale Rahn @@ -30,7 +30,7 @@ #include <sys/syscall.h> #define PINSYSCALL(sysno, label) \ - .pushsection .openbsd.syscalls,"",@progbits ;\ + .pushsection .openbsd.syscalls,"",%progbits ;\ .long label ;\ .long sysno ;\ .popsection |