repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
lib
/
libc
/
arch
/
riscv
/
sys
/
exect.S
blob
89efc6d49e530c3c427f2b7642cfcf6730eab242
1
/* $NetBSD: exect.S,v 1.1 2014/09/19 17:36:25 matt Exp $ */
2
3
#include "SYS.h"
4
5
#if defined(LIBC_SCCS) && !defined(lint)
6
RCSID("$NetBSD: exect.S,v 1.1 2014/09/19 17:36:25 matt Exp $")
7
#endif /* LIBC_SCCS and not lint */
8
9
PSEUDO(exect, execve)