We don't need these to be 64bits, 32bit will be completely large enough. Which issue did you actually encounter?
Samuel Sergey Bugaev, le dim. 12 févr. 2023 14:10:37 +0300, a ecrit: > --- > hurd/tioctl.defs | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hurd/tioctl.defs b/hurd/tioctl.defs > index 905a4a38..a04f5ae4 100644 > --- a/hurd/tioctl.defs > +++ b/hurd/tioctl.defs > @@ -34,9 +34,9 @@ import <hurd/ioctl_types.h>; /* XXX */ > > /* These are the pieces of a struct termios as specified by the > definition of _IOT_termios in <termbits.h>. */ > -type modes_t = array[4] of int; > +type modes_t = array[4] of long; > type ccs_t = array[20] of char; > -type speeds_t = array[2] of int; > +type speeds_t = array[2] of long; > > /* This is the arg for a struct winsize as specified by the > definition of _IOT_winsize in <sys/ioctl.h>. */ > -- > 2.39.1
