Changeset 3054 for branches


Ignore:
Timestamp:
Apr 8, 2007, 7:09:24 PM (18 years ago)
Author:
bird
Message:

Added a fixed default (C/POSIX) collate locale to avoid unilib strangeness. Made an attempt at adjusting for this strangeness for the non-default locales...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/lib/locale/setlocale.c

    r3053 r3054  
    13001300                FS_RESTORE();
    13011301                LIBC_ASSERTM_FAILED("DosQueryCp failed with rc=%d\n", rc);
    1302                 return -__libc_native2errno(rc);
     1302                return -EDOOFUS;
    13031303            }
    13041304            LIBC_ASSERT(cb >= sizeof(ULONG));
Note: See TracChangeset for help on using the changeset viewer.