Source-Changes-HG archive

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

[src/trunk]: src/include PR/49715: Henning Petersen: Missing _*_DECLS in stdi...



details:   https://anonhg.NetBSD.org/src/rev/42d3ee6fa686
branches:  trunk
changeset: 806654:42d3ee6fa686
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 04 13:33:19 2015 +0000

description:
PR/49715: Henning Petersen: Missing _*_DECLS in stdio.h around popenve.

diffstat:

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

diffs (19 lines):

diff -r 8edb0a2b6239 -r 42d3ee6fa686 include/stdio.h
--- a/include/stdio.h   Wed Mar 04 13:31:53 2015 +0000
+++ b/include/stdio.h   Wed Mar 04 13:33:19 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stdio.h,v 1.93 2015/01/20 17:29:00 christos Exp $      */
+/*     $NetBSD: stdio.h,v 1.94 2015/03/04 13:33:19 christos Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -331,7 +331,9 @@
 __END_DECLS
 #endif
 #ifdef _NETBSD_SOURCE
+__BEGIN_DECLS
 FILE   *popenve(const char *, char *const *, char *const *, const char *);
+__END_DECLS
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index