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:
Ulrich Drepper 1998-10-15 07:51:40 +00:00
parent 8d5166fb53
commit 7edb4c25b0
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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>