mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Update.
1998-10-15 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to have all types defined. Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
This commit is contained in:
parent
8d5166fb53
commit
7edb4c25b0
@ -1,3 +1,9 @@
|
||||
1998-10-15 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
|
||||
have all types defined.
|
||||
Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
|
||||
|
||||
1998-10-08 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* time/mktime.c (my_mktime_localtime_r): Renamed from localtime_r.
|
||||
|
@ -20,6 +20,9 @@
|
||||
# error "Never use <bits/ioctls.h> directly; include <sys/ioctl.h> instead."
|
||||
#endif
|
||||
|
||||
/* Get the necessary definitions. */
|
||||
#include <termios.h>
|
||||
|
||||
/* Use the definitions from the kernel header files. */
|
||||
#include <asm/ioctls.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user