aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-08-23 16:49:06 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-08-23 16:49:06 +0000
commitbd8e0716d91cb8b715ba2d2e1b340e4308a25fd9 (patch)
treee3c9129aee1cdf5fcda7ca2632c4f5aacdcbcdc9 /sys/dev
parent3a48fb1bf779a6a116d69936fc99f1f76bca9f9d (diff)
downloadsrc-bd8e0716d91cb8b715ba2d2e1b340e4308a25fd9.tar.gz
src-bd8e0716d91cb8b715ba2d2e1b340e4308a25fd9.zip
Move several MI types from <machine/_types.h> to <sys/_types.h>.
These types are unlikely to ever become very MD. They include: clockid_t, ct_rune_t, fflags_t, intrmask_t, mbstate_t, off_t, pid_t, rune_t, socklen_t, timer_t, wchar_t, and wint_t. While moving them, make a few adjustments (submitted by bde): o __ct_rune_t needs to be precisely `int', not necessarily __int32_t, since the arg type of the ctype functions is int. o __rune_t, __wchar_t and __wint_t inherit this via a typedef of __ct_rune_t. o Some minor wording changes in the comment blocks for ct_rune_t and mbstate_t. Submitted by: bde (partially)
Notes
Notes: svn path=/head/; revision=102315
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions