Changeset 1650 for coreutils/trunk/lib


Ignore:
Timestamp:
Jul 12, 2016, 3:22:35 PM (9 years ago)
Author:
Silvan Scherrer
Message:

coreutils: fix some build breaks

Location:
coreutils/trunk/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified coreutils/trunk/lib/gnulib.mk

    r1648 r1650  
    19101910            darwin[56]*) \
    19111911              need_charset_alias=true ;; \
    1912             darwin* | cygwin* | mingw* | pw32* | cegcc*) \
     1912            darwin* | cygwin* | mingw* | pw32* | cegcc* | os2*) \
    19131913              need_charset_alias=false ;; \
    19141914            *) \
  • TabularUnified coreutils/trunk/lib/wcwidth.c

    r1648 r1650  
    2727#include "uniwidth.h"
    2828
    29 #ifndef __KLIBC__
    30 
    3129int
    3230wcwidth (wchar_t wc)
     
    5149    }
    5250}
    53 
    54 #endif // __KLIBC__
Note: See TracChangeset for help on using the changeset viewer.