Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include one fexecve declaration should be enough.
details: https://anonhg.NetBSD.org/src/rev/400e73437dd6
branches: trunk
changeset: 454407:400e73437dd6
user: christos <christos%NetBSD.org@localhost>
date: Sun Sep 15 23:41:41 2019 +0000
description:
one fexecve declaration should be enough.
diffstat:
include/unistd.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 1816404d94f3 -r 400e73437dd6 include/unistd.h
--- a/include/unistd.h Sun Sep 15 23:41:00 2019 +0000
+++ b/include/unistd.h Sun Sep 15 23:41:41 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: unistd.h,v 1.153 2019/09/15 23:41:00 christos Exp $ */
+/* $NetBSD: unistd.h,v 1.154 2019/09/15 23:41:41 christos Exp $ */
/*-
* Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
@@ -107,7 +107,6 @@
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