8 lines
144 B
ArmAsm
8 lines
144 B
ArmAsm
/* $NetBSD: shmat.S,v 1.1 2000/07/07 08:20:52 itohy Exp $ */
|
|
|
|
#include <machine/asm.h>
|
|
__FBSDID("$FreeBSD$");
|
|
#include "SYS.h"
|
|
|
|
RSYSCALL(shmat)
|