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