diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-05-23 02:52:14 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-05-23 02:52:14 +0000 |
| commit | 6e66cb3b79aae77fc7d5c96ccf1c4e6848839476 (patch) | |
| tree | 23ed58d6652ca570fa190cde9f9f59043bfb06f2 /lib/libc | |
| parent | 1bbda613eb0632724a615dd16890f9f6a0046ed1 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/arm/SYS.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libc/arm/SYS.h b/lib/libc/arm/SYS.h index b9bc7424faff..47108762efb0 100644 --- a/lib/libc/arm/SYS.h +++ b/lib/libc/arm/SYS.h @@ -39,19 +39,10 @@ #include <sys/syscall.h> #include <machine/swi.h> -#ifdef __STDC__ #define SYSTRAP(x) swi 0 | SYS_ ## x -#else -#define SYSTRAP(x) swi 0 | SYS_/**/x -#endif -#ifdef __ELF__ #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) \ ENTRY(__CONCAT(__sys_, x)); \ |
