git: <sys/types.h>: Declare register_t type directly.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Thu Nov 14 05:37:56 PST 2019
commit f5825408568a7fb65537355c2bef1eb71951b28e
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Mon Nov 11 10:47:21 2019 +0200
<sys/types.h>: Declare register_t type directly.
It is expected by some of the ports. Use compiler attribute to select
correct word size if supported, else use LP types in for __register_t.
Remove unused u_register_t.
Summary of changes:
sys/cpu/x86_64/include/stdint.h | 9 ++++-----
sys/cpu/x86_64/include/types.h | 8 --------
sys/sys/types.h | 3 +++
3 files changed, 7 insertions(+), 13 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f5825408568a7fb65537355c2bef1eb71951b28e
--
DragonFly BSD source repository
More information about the Commits
mailing list