Source-Changes-HG archive

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

[src/netbsd-8]: src/include Pull up following revision(s) (requested by kre i...



details:   https://anonhg.NetBSD.org/src/rev/c7339d6d0ae6
branches:  netbsd-8
changeset: 465956:c7339d6d0ae6
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Dec 08 10:32:41 2019 +0000

description:
Pull up following revision(s) (requested by kre in ticket #1470):

        include/monetary.h: revision 1.4

PR lib/54744  (bruno%haible.de@localhost)
Add missing __END_DECLS for C++ compiles.

XXX pullup -9 XXX pullup -8 (bug not present in -7).

diffstat:

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

diffs (17 lines):

diff -r 8ba1f0c933fd -r c7339d6d0ae6 include/monetary.h
--- a/include/monetary.h        Sun Dec 08 10:31:02 2019 +0000
+++ b/include/monetary.h        Sun Dec 08 10:32:41 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: monetary.h,v 1.2.56.1 2017/08/29 11:51:51 martin Exp $ */
+/*     $NetBSD: monetary.h,v 1.2.56.2 2019/12/08 10:32:41 martin Exp $ */
 
 /*-
  * Copyright (c) 2001 Alexey Zelkin <phantom%FreeBSD.org@localhost>
@@ -52,6 +52,7 @@
 __BEGIN_DECLS
 ssize_t        strfmon_l(char * __restrict, size_t, locale_t, const char * __restrict, ...)
     __attribute__((__format__(__strfmon__, 4, 5)));
+__END_DECLS
 #endif
 
 __BEGIN_DECLS



Home | Main Index | Thread Index | Old Index