CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2015/09/12 10:23:14

Modified files:
        lib/libc/hidden: wchar.h 
        lib/libc/locale: _wcstod.h _wcstol.h _wcstoul.h btowc.c 
                         iswctype.c mbrlen.c multibyte_citrus.c wctob.c 
        lib/libc/stdio : open_wmemstream.c 
        lib/libc/stdlib: strtoimax.c strtoumax.c 
        lib/libc/string: wcscasecmp.c wcscat.c wcschr.c wcscmp.c 
                         wcscspn.c wcsdup.c wcslcat.c wcslcpy.c wcslen.c 
                         wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c 
                         wcsrchr.c wcsspn.c wcsstr.c wcswidth.c 
                         wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c 
                         wmemset.c 
Added files:
        lib/libc/hidden: inttypes.h 

Log message:
Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct
and the symbols not in the C standard are weak

Reply via email to