Changeset 2823
- Timestamp:
 - Oct 19, 2006, 4:16:35 AM (19 years ago)
 - Location:
 - trunk/libc
 - Files:
 - 
      
- 2 edited
 
- 
          
  ChangeLog.LIBC (modified) (1 diff)
 - 
          
  include/unidef.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/libc/ChangeLog.LIBC
r2813 r2823 2 2 3 3 TODO: open replace on RAMFS fails with error 32! 4 5 2006-10-18: knut st. osmundsen <bird-gccos2-spam@anduin.net> 6 - include/unidef.h: 7 o #128: UNI_SYSTEM_LOCALES, UNI_USER_LOCALES, ULS_LNAMEMAX, and N_LC_CATEGORIES are missing from unidef.h. 4 8 5 9 2006-09-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>  - 
      
trunk/libc/include/unidef.h
r1697 r2823 46 46 #define UNI_UCS_STRING_POINTER 3 47 47 48 /* Locale types */ 49 #define UNI_SYSTEM_LOCALES 1 50 #define UNI_USER_LOCALES 2 51 52 /* Max length of a locale name null included. */ 53 #define ULS_LNAMEMAX 32 54 48 55 /* Locale categories */ 49 56 #undef LANG … … 64 71 #define LC_TIME 4 65 72 #define LC_MESSAGES 5 73 /* Number of locale categories. */ 74 #define N_LC_CATEGORIES 6 66 75 67 76  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  