Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include Declare fexecve



details:   https://anonhg.NetBSD.org/src/rev/f3f8b6b9513b
branches:  trunk
changeset: 459569:f3f8b6b9513b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 15 22:32:48 2019 +0000

description:
Declare fexecve

diffstat:

 include/unistd.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 96fde97b53e3 -r f3f8b6b9513b include/unistd.h
--- a/include/unistd.h  Sun Sep 15 21:17:08 2019 +0000
+++ b/include/unistd.h  Sun Sep 15 22:32:48 2019 +0000
@@ -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     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);



Home | Main Index | Thread Index | Old Index