c37592a194
and treating (almost) all system calls the same way: __sys_foo - actual syscall foo, _foo - weak definitions to __sys_foo Change PSEUDO syscalls (currently only _exit and _getlogin) to be __sys_foo (T) and _foo (W). Add $FreeBSD$ to a few files to satisfy commitprep. Suggested by: bde |
||
---|---|---|
.. | ||
brk.S | ||
cerror.S | ||
exect.S | ||
fork.S | ||
Makefile.inc | ||
Ovfork.S | ||
pipe.S | ||
ptrace.S | ||
sbrk.S | ||
setlogin.S | ||
sigreturn.S | ||
syscall.S |