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/ed80611aa54d
branches: trunk
changeset: 336512:ed80611aa54d
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 7d4f17e03aea -r ed80611aa54d 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