mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
GC old a.out and K&R support.
This commit is contained in:
parent
1bbda613eb
commit
6e66cb3b79
1 changed files with 0 additions and 9 deletions
|
|
@ -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)); \
|
||||
|
|
|
|||
Loading…
Reference in a new issue