svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

carmelo at uclibc.org carmelo at uclibc.org
Wed Dec 3 14:07:45 UTC 2008


Author: carmelo
Date: 2008-12-03 06:07:45 -0800 (Wed, 03 Dec 2008)
New Revision: 24245

Log:
A missing change when we recently released a lot of fix
on localae support


Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/locale.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/locale.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/locale.h	2008-12-03 14:06:15 UTC (rev 24244)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/locale.h	2008-12-03 14:07:45 UTC (rev 24245)
@@ -33,14 +33,12 @@
   __LC_MONETARY = 4,
   __LC_MESSAGES = 5,
   __LC_ALL = 6,
-#if 0
   __LC_PAPER = 7,
   __LC_NAME = 8,
   __LC_ADDRESS = 9,
   __LC_TELEPHONE = 10,
   __LC_MEASUREMENT = 11,
   __LC_IDENTIFICATION = 12
-#endif
 };
 
 #endif	/* bits/locale.h */




More information about the uClibc-cvs mailing list