summaryrefslogtreecommitdiff
path: root/sys/modules/itesio/itesio.ioconf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/itesio/itesio.ioconf')
0 files changed, 0 insertions, 0 deletions
de-character exists, return -1.tnozaki 2008-08-12SUSv3 says, wcwidth(wc) returns:tnozaki 1) wc is nul wide-character, return 0. 2) wc is printable wide-character, return column width. 3) else, return -1. but our implementation, case 3) returns 0. it's wrong! 2005-02-09A little libc namespace housekeeping exercise:kleink * Make vfprintf_unlocked() an internal function, c.f. __svfscanf_unlocked(). * Add internal names for arc4random(), endnetpath(), fhstatvfs(), fstatvfs(), mkstemp(), shquote(), statvfs(), taddr2uaddr(), uaddr2taddr(), uuid_create_nil(), uuid_is_nil(), and wcwidth(). * Include namespace.h where supposed to.