summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2019-12-09 16:05:04 +0000
committermartin <martin@NetBSD.org>2019-12-09 16:05:04 +0000
commit34a21affe70c435069f8ea8cfdaa81ecbe22d029 (patch)
treea86dfdeac962b27f05424024c94fc5e35db73ad3 /include
parent0f709ebd9c007b74996067cb3aa08601e0b36c16 (diff)
Pull up following revision(s) (requested by kre in ticket #531):
include/monetary.h: revision 1.4 PR lib/54744 (bruno@haible.de) Add missing __END_DECLS for C++ compiles. XXX pullup -9 XXX pullup -8 (bug not present in -7).
Diffstat (limited to 'include')
-rw-r--r--include/monetary.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/monetary.h b/include/monetary.h
index e9d9b9189d0..3195aa92168 100644
--- a/include/monetary.h
+++ b/include/monetary.h
@@ -1,4 +1,4 @@
-/* $NetBSD: monetary.h,v 1.3 2017/08/16 13:53:20 joerg Exp $ */
+/* $NetBSD: monetary.h,v 1.3.6.1 2019/12/09 16:05:04 martin Exp $ */
/*-
* Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org>
@@ -52,6 +52,7 @@ typedef struct _locale *locale_t;
__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