From 1ab822933f98a2ba77a3c439382768585a54c4d6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 11 Mar 1992 23:09:31 +0000 Subject: [PATCH] Formerly unix/bsd/sun/sparc/sigtramp.c.~2~ --- sysdeps/unix/bsd/sun/sparc/sigtramp.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.3