Add missing __END_DECLS for C++ compiles.

XXX pullup -9 XXX pullup -8 (bug not present in -7).
This commit is contained in:
kre 2019-12-08 02:15:02 +00:00
parent 9112ea0837
commit 956ce054c6
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: monetary.h,v 1.3 2017/08/16 13:53:20 joerg Exp $ */
/* $NetBSD: monetary.h,v 1.4 2019/12/08 02:15:02 kre 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