mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Fix _IOT_sgttyb definition.
This commit is contained in:
parent
d35dce5213
commit
bc8db248ba
@ -1,3 +1,7 @@
|
||||
2011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
|
||||
|
||||
2011-11-01 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* include/alloca.h (stackinfo_alloca_round): Define.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Structure types for pre-termios terminal ioctls. Generic Unix version.
|
||||
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996,1997,2011 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -64,7 +64,7 @@ struct sgttyb
|
||||
};
|
||||
|
||||
#define _IOT_sgttyb /* Hurd ioctl type field. */ \
|
||||
_IOT (_IOTS (char), 6, _IOTS (short int), 1, 0, 0)
|
||||
_IOT (_IOTS (char), 4, _IOTS (short int), 1, 0, 0)
|
||||
|
||||
#if defined TIOCGWINSZ || defined TIOCSWINSZ
|
||||
/* Type of ARG for TIOCGWINSZ and TIOCSWINSZ requests. */
|
||||
|
Loading…
Reference in New Issue
Block a user