kernel: scheduling fix for ARM
[minix.git] / lib / libc / locale / _def_numeric.c
blob5dd29ac48cf72c3d897503af1884e3df4935c27d
1 /* $NetBSD: _def_numeric.c,v 1.6 2005/06/12 05:21:27 lukem Exp $ */
3 /*
4 * Written by J.T. Conklin <jtc@NetBSD.org>.
5 * Public domain.
6 */
8 #include <sys/cdefs.h>
9 #if defined(LIBC_SCCS) && !defined(lint)
10 __RCSID("$NetBSD: _def_numeric.c,v 1.6 2005/06/12 05:21:27 lukem Exp $");
11 #endif /* LIBC_SCCS and not lint */
13 #include <sys/localedef.h>
14 #include <locale.h>
16 const _NumericLocale _DefaultNumericLocale =
18 ".",
19 "",
23 const _NumericLocale *_CurrentNumericLocale = &_DefaultNumericLocale;