Add some support for wchar_t.

This commit is contained in:
Kees van Reeuwijk
2010-04-19 15:20:24 +00:00
parent b412fb7ad5
commit e85f78a20b
33 changed files with 1333 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ INCS= alloca.h ansi.h a.out.h ar.h assert.h configfile.h ctype.h \
regexp.h setjmp.h sgtty.h signal.h stdarg.h stddef.h \
stdint.h stdio.h stdlib.h string.h strings.h sysexits.h \
syslog.h tar.h termcap.h termios.h time.h timers.h tools.h \
ttyent.h ucontext.h unistd.h utime.h utmp.h
ttyent.h ucontext.h unistd.h utime.h utmp.h wchar.h wctype.h
INCS+= arpa/inet.h
INCS+= minix/a.out.h minix/bitmap.h minix/callnr.h minix/cdrom.h \
minix/com.h minix/config.h minix/const.h minix/cpufeature.h \