diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-15 07:51:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-15 07:51:40 +0000 |
commit | 7edb4c25b01df0255d396870e3dbfd3da3485fe2 (patch) | |
tree | 397ac50b8d392d518f804fa5b6fc83c084592672 | |
parent | 8d5166fb539a4b50ecf2602cdb7f6bb105ef1d1c (diff) | |
download | glibc-7edb4c25b01df0255d396870e3dbfd3da3485fe2.zip glibc-7edb4c25b01df0255d396870e3dbfd3da3485fe2.tar.gz glibc-7edb4c25b01df0255d396870e3dbfd3da3485fe2.tar.bz2 |
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>.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/bits/ioctls.h | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -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. diff --git a/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h b/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h index a30035c..7096b5a 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h @@ -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> |