diff options
Diffstat (limited to 'libc/termios/isatty.c')
| -rw-r--r-- | libc/termios/isatty.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libc/termios/isatty.c b/libc/termios/isatty.c index 7532f334b..9c054d962 100644 --- a/libc/termios/isatty.c +++ b/libc/termios/isatty.c @@ -12,15 +12,12 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <unistd.h> #include <termios.h> -libc_hidden_proto(isatty) -libc_hidden_proto(tcgetattr) /* Return 1 if FD is a terminal, 0 if not. */ int isatty (int fd) |
