xref: /minix3/lib/libc/arch/riscv/sys/exect.S (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc/*	$NetBSD: exect.S,v 1.1 2014/09/19 17:36:25 matt Exp $	*/
2*0a6a1f1dSLionel Sambuc
3*0a6a1f1dSLionel Sambuc#include "SYS.h"
4*0a6a1f1dSLionel Sambuc
5*0a6a1f1dSLionel Sambuc#if defined(LIBC_SCCS) && !defined(lint)
6*0a6a1f1dSLionel Sambuc	RCSID("$NetBSD: exect.S,v 1.1 2014/09/19 17:36:25 matt Exp $")
7*0a6a1f1dSLionel Sambuc#endif /* LIBC_SCCS and not lint */
8*0a6a1f1dSLionel Sambuc
9*0a6a1f1dSLionel SambucPSEUDO(exect, execve)
10