1
/* ==== syscall.S ============================================================
2
* Copyright (c) 1994 Chris Provenzano, proven@mit.edu
7
#include <sys/syscall.h>
10
.globl _machdep_sys_##x; \
22
* Initial asm stuff for all functions.
27
/* ==========================================================================
28
* error code for all syscalls. The error value is returned as the negative
38
#define XSYSCALL(NAME) SYSCALL(NAME)
40
XSYSCALL(SYSCALL_NAME)