diff options
Diffstat (limited to 'sysdeps/stub/system.c')
-rw-r--r-- | sysdeps/stub/system.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sysdeps/stub/system.c b/sysdeps/stub/system.c index c2b35fbbcd..75c0747a1e 100644 --- a/sysdeps/stub/system.c +++ b/sysdeps/stub/system.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1993, 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 @@ -33,10 +33,4 @@ DEFUN(system, (line), CONST char *line) } -#ifdef HAVE_GNU_LD - -#include <gnu-stabs.h> - -stub_warning(system); - -#endif /* GNU stabs. */ +stub_warning (system) |