From 005d20f04dff3665c9533417bdad06d7d208bf9a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 4 Nov 2005 22:52:26 +0000 Subject: Sync up w/ glibc --- include/termios.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'include/termios.h') diff --git a/include/termios.h b/include/termios.h index 2c66457e2..9698b1fbd 100644 --- a/include/termios.h +++ b/include/termios.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,92,93,94,96,97,98,99 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,93,94,96,97,98,99, 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 @@ -80,8 +80,11 @@ extern void cfmakeraw (struct termios *__termios_p) __THROW; /* Send zero bits on FD. */ extern int tcsendbreak (int __fd, int __duration) __THROW; -/* Wait for pending output to be written on FD. */ -extern int tcdrain (int __fd) __THROW; +/* Wait for pending output to be written on FD. + + This function is a cancellation point and therefore not marked with + __THROW. */ +extern int tcdrain (int __fd); /* Flush pending data on FD. Values for QUEUE_SELECTOR (TC{I,O,IO}FLUSH) are in . */ -- cgit v1.2.3