summaryrefslogtreecommitdiff
path: root/lib/libc/arch/riscv/sys/exect.S
blob: 89efc6d49e530c3c427f2b7642cfcf6730eab242 (plain)
1
2
3
4
5
6
7
8
9
/*	$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)