X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fhard-locale.c;h=93c53866ff90b3926a1217734262267cc2f05092;hb=HEAD;hp=f45854373419f6b06f77912fe2b252418c91e551;hpb=2d4d7d9d00fe33b6f5291e00a30b6c1016775b74;p=gnulib.git diff --git a/lib/hard-locale.c b/lib/hard-locale.c index f45854373..93c53866f 100644 --- a/lib/hard-locale.c +++ b/lib/hard-locale.c @@ -1,7 +1,7 @@ /* hard-locale.c -- Determine whether a locale is hard. - Copyright (C) 1997, 1998, 1999, 2002, 2003, 2004, 2006, 2007 Free - Software Foundation, Inc. + Copyright (C) 1997-1999, 2002-2004, 2006-2007, 2009-2014 Free Software + Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,6 +26,8 @@ #ifdef __GLIBC__ # define GLIBC_VERSION __GLIBC__ +#elif defined __UCLIBC__ +# define GLIBC_VERSION 2 #else # define GLIBC_VERSION 0 #endif