summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2013-05-17 14:11:55 +0000
committerjoerg <joerg@NetBSD.org>2013-05-17 14:11:55 +0000
commitaba1f3a40d6d2d39ccb0d22bc7435381efd94e53 (patch)
tree9e7b954d67b8441536f4ceec2222a054133d78da /include
parent2a40f9a6bd7ca1d079db8ffc802dd6e1bcaae2bd (diff)
Too many endif.
Diffstat (limited to 'include')
-rw-r--r--include/locale.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/locale.h b/include/locale.h
index 43f3254cb94..cd0028f26a8 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -1,4 +1,4 @@
-/* $NetBSD: locale.h,v 1.23 2013/05/17 13:00:40 joerg Exp $ */
+/* $NetBSD: locale.h,v 1.24 2013/05/17 14:11:55 joerg Exp $ */
/*
* Copyright (c) 1991, 1993
@@ -112,7 +112,6 @@ extern struct _locale _lc_global_locale;
extern __dso_protected struct _locale _lc_global_locale;
#endif
#define LC_GLOBAL_LOCALE (&_lc_global_locale)
-#endif
#endif /* _POSIX_SOURCE >= 200809 || _NETBSD_SOURCE */
#if defined(_NETBSD_SOURCE)