Module Name: src
Committed By: christos
Date: Sun Sep 15 22:32:48 UTC 2019
Modified Files:
src/include: unistd.h
Log Message:
Declare fexecve
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/include/unistd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/unistd.h
diff -u src/include/unistd.h:1.151 src/include/unistd.h:1.152
--- src/include/unistd.h:1.151 Sun Nov 18 14:22:23 2018
+++ src/include/unistd.h Sun Sep 15 18:32:48 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: unistd.h,v 1.151 2018/11/18 19:22:23 christos Exp $ */
+/* $NetBSD: unistd.h,v 1.152 2019/09/15 22:32:48 christos Exp $ */
/*-
* Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
@@ -107,6 +107,7 @@ int execle(const char *, const char *,
int execlp(const char *, const char *, ...);
int execv(const char *, char * const *);
int execve(const char *, char * const *, char * const *);
+int fexecve(int, char * const *, char * const *);
int execvp(const char *, char * const *);
pid_t fork(void);
long fpathconf(int, int);