mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 13:39:25 -04:00
10 lines
243 B
ArmAsm
10 lines
243 B
ArmAsm
/* $NetBSD: exect.S,v 1.1 2014/09/19 17:36:25 matt Exp $ */
|
|
|
|
#include "SYS.h"
|
|
|
|
#if defined(LIBC_SCCS) && !defined(lint)
|
|
RCSID("$NetBSD: exect.S,v 1.1 2014/09/19 17:36:25 matt Exp $")
|
|
#endif /* LIBC_SCCS and not lint */
|
|
|
|
PSEUDO(exect, execve)
|