diff options
author | 2013-12-24 05:31:13 +0000 | |
---|---|---|
committer | 2013-12-24 05:31:13 +0000 | |
commit | 5585087665dd2f7bfff902f147b09abc49e365f2 (patch) | |
tree | e7b10abca497da9234f2449d90f8fcc0fb3f061d /lib/libc | |
parent | get rid of if (timeout_pending()) timeout_del(). this is racy. any (diff) | |
download | wireguard-openbsd-5585087665dd2f7bfff902f147b09abc49e365f2.tar.xz wireguard-openbsd-5585087665dd2f7bfff902f147b09abc49e365f2.zip |
yup, we do ELF
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/arm/SYS.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/arch/arm/SYS.h b/lib/libc/arch/arm/SYS.h index 46f19100a81..2bb82f1199f 100644 --- a/lib/libc/arch/arm/SYS.h +++ b/lib/libc/arch/arm/SYS.h @@ -1,4 +1,4 @@ -/* $OpenBSD: SYS.h,v 1.5 2011/04/04 12:42:39 guenther Exp $ */ +/* $OpenBSD: SYS.h,v 1.6 2013/12/24 05:31:13 deraadt Exp $ */ /* $NetBSD: SYS.h,v 1.8 2003/08/07 16:42:02 agc Exp $ */ /*- @@ -61,14 +61,9 @@ swi SWI_OS_NETBSD | SYS_/**/x #endif -#ifdef __ELF__ #define CERROR _C_LABEL(__cerror) #define _CERROR _C_LABEL(___cerror) #define CURBRK _C_LABEL(__curbrk) -#else -#define CERROR _ASM_LABEL(cerror) -#define CURBRK _ASM_LABEL(curbrk) -#endif #define _SYSCALL_NOERROR(x,y) \ SYSENTRY(x); \ |