diff options
author | 2015-08-31 06:48:24 +0000 | |
---|---|---|
committer | 2015-08-31 06:48:24 +0000 | |
commit | 8bbac81aaa8523d34d96f28a32c349354ed08ec6 (patch) | |
tree | d3235021b0d7fd402a81573f29c4e72be3d11383 /lib/libc | |
parent | sync (diff) | |
download | wireguard-openbsd-8bbac81aaa8523d34d96f28a32c349354ed08ec6.tar.xz wireguard-openbsd-8bbac81aaa8523d34d96f28a32c349354ed08ec6.zip |
use #function rather than @function on arm
ok guenther
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/arm/SYS.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/arm/SYS.h b/lib/libc/arch/arm/SYS.h index df72e5c1b3c..5fb3fe67ca8 100644 --- a/lib/libc/arch/arm/SYS.h +++ b/lib/libc/arch/arm/SYS.h @@ -1,4 +1,4 @@ -/* $OpenBSD: SYS.h,v 1.11 2015/08/31 02:53:56 guenther Exp $ */ +/* $OpenBSD: SYS.h,v 1.12 2015/08/31 06:48:24 deraadt Exp $ */ /* $NetBSD: SYS.h,v 1.8 2003/08/07 16:42:02 agc Exp $ */ /*- @@ -51,7 +51,7 @@ .hidden _HIDDEN(x) #define _HIDDEN_FALIAS(x,y) \ _HIDDEN_ALIAS(x,y); \ - .type _HIDDEN(x),@function + .type _HIDDEN(x),#function /* * For functions implemented in ASM that aren't syscalls. |