summaryrefslogtreecommitdiff
path: root/sys/dev/ic/interwavereg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/interwavereg.h')
0 files changed, 0 insertions, 0 deletions
d by standards. 2007-06-03Make these work with _FORTIFY_SOURCE, by overriding the fortified definitionschristos 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. 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22280, verified by myself. 2003-01-18Merge the nathanw_sa branch.thorpej 2001-12-07- make FILE structure extensible without breaking binary-compatibility.yamt - add fputwc, fgetwc, fwide and related functions. - add hooks needed to maintain the orientation of file stream.