diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-17 20:46:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-17 20:46:52 +0000 |
commit | b2740a3b0a55fa4eead5c952dabf435794d0dd7f (patch) | |
tree | 1db2f9b124652c3cf162f1a1d9c648ea224431f4 /sysdeps/unix/sysv/linux/tcsetattr.c | |
parent | 81b5057288217437017b42780d7814eb7b0744d5 (diff) | |
download | glibc-b2740a3b0a55fa4eead5c952dabf435794d0dd7f.tar.gz |
Update.
2003-02-17 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* sysdeps/powerpc/elf/libc-start.c: Handle NONTLS_INIT_TP.
* sysdeps/powerpc/powerpc32/__longjmp.S: Remove R2 handling.
* sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
* sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
* sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/tcsetattr.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/tcsetattr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/tcsetattr.c b/sysdeps/unix/sysv/linux/tcsetattr.c index a961052202..a5eab4df2a 100644 --- a/sysdeps/unix/sysv/linux/tcsetattr.c +++ b/sysdeps/unix/sysv/linux/tcsetattr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1996, 1997, 1998, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1993,1996,1997,1998,2002,2003 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 @@ -21,6 +21,7 @@ #include <termios.h> #include <sys/ioctl.h> #include <sys/types.h> +#include <sysdep.h> /* The difference here is that the termios structure used in the kernel is not the same as we use in the libc. Therefore we must |