Source-Changes-HG archive

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

[src/trunk]: src/include add popenve().



details:   https://anonhg.NetBSD.org/src/rev/ed0f3852cf65
branches:  trunk
changeset: 335674:ed0f3852cf65
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 20 17:29:00 2015 +0000

description:
add popenve().

diffstat:

 include/stdio.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r dedf9bca02af -r ed0f3852cf65 include/stdio.h
--- a/include/stdio.h   Tue Jan 20 17:28:00 2015 +0000
+++ b/include/stdio.h   Tue Jan 20 17:29:00 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stdio.h,v 1.92 2014/10/13 00:47:03 christos Exp $      */
+/*     $NetBSD: stdio.h,v 1.93 2015/01/20 17:29:00 christos Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -330,6 +330,9 @@
 FILE   *popen(const char *, const char *);
 __END_DECLS
 #endif
+#ifdef _NETBSD_SOURCE
+FILE   *popenve(const char *, char *const *, char *const *, const char *);
+#endif
 
 /*
  * Functions defined in ISO XPG4.2, ISO C99, POSIX 1003.1-2001 or later.



Home | Main Index | Thread Index | Old Index