diff options
Diffstat (limited to 'sysdeps/stub/tcsendbrk.c')
-rw-r--r-- | sysdeps/stub/tcsendbrk.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sysdeps/stub/tcsendbrk.c b/sysdeps/stub/tcsendbrk.c index 4c90426186..6d8be7403c 100644 --- a/sysdeps/stub/tcsendbrk.c +++ b/sysdeps/stub/tcsendbrk.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995 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 @@ -35,10 +35,4 @@ DEFUN(tcsendbreak, (fd, duration), int fd AND int duration) } -#ifdef HAVE_GNU_LD - -#include <gnu-stabs.h> - -stub_warning(tcsendbreak); - -#endif /* GNU stabs. */ +stub_warning (tcsendbreak) |