blob: 61a343f775c2371e84c46b79bd83a5779a7bdde2 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: syscall.S,v 1.1 2001/08/29 01:00:27 art Exp $ */
/*
* Placed under public domain by art@openbsd.org
*/
#include <machine/asm.h>
#include "SYS.h"
RSYSCALL(syscall)
|