From: Roland McGrath Date: Wed, 11 Mar 1992 23:09:31 +0000 (+0000) Subject: Formerly unix/bsd/sun/sparc/sigtramp.c.~2~ X-Git-Tag: glibc-2.16-ports-before-merge~4402 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ab822933f98a2ba77a3c439382768585a54c4d6;p=thirdparty%2Fglibc.git Formerly unix/bsd/sun/sparc/sigtramp.c.~2~ --- diff --git a/sysdeps/unix/bsd/sun/sparc/sigtramp.c b/sysdeps/unix/bsd/sun/sparc/sigtramp.c index 5896e3c51d9..1ccdf02f39e 100644 --- a/sysdeps/unix/bsd/sun/sparc/sigtramp.c +++ b/sysdeps/unix/bsd/sun/sparc/sigtramp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992 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 @@ -18,6 +18,10 @@ Cambridge, MA 02139, USA. */ #include +#ifndef __GNUC__ + #error This file uses GNU C extensions; you must compile with GCC. +#endif + /* Get the definition of `struct sigcontext'. */ #define KERNEL #define sigvec sun_sigvec