diff options
Diffstat (limited to 'termios/Makefile')
-rw-r--r-- | termios/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/termios/Makefile b/termios/Makefile index df6a1c43d1..745a8cfa92 100644 --- a/termios/Makefile +++ b/termios/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992, 1993, 1995, 1997 Free Software Foundation, Inc. +# Copyright (C) 1991,1992,1993,1995,1997,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 @@ -28,3 +28,5 @@ routines := speed cfsetspeed tcsetattr tcgetattr tcgetpgrp tcsetpgrp \ tcdrain tcflow tcflush tcsendbrk cfmakeraw tcgetsid include ../Rules + +CFLAGS-tcdrain.c = -fexceptions -fasynchronous-unwind-tables |