diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-08-31 06:48:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-08-31 06:48:25 +0000 |
commit | b023cca84c7140a766e9db1c1676bceb6783cca7 (patch) | |
tree | 68942deb0eeb89765e799a5ce86637bb16da1d6f /lib/libc/arch/arm/SYS.h | |
parent | 5a64885092b800a345cc113926f1ad104852788d (diff) |
use #function rather than @function on arm
ok guenther
Diffstat (limited to 'lib/libc/arch/arm/SYS.h')
-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. |