From cbad7da0ab2b419ec22ba8825928782e9d755bda Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 18 Aug 2002 03:05:55 +0000 Subject: Fix warning. These structs should probably be removed altogether. --- sys/sparc64/include/signal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/sparc64') diff --git a/sys/sparc64/include/signal.h b/sys/sparc64/include/signal.h index b13db13..f751d0b 100644 --- a/sys/sparc64/include/signal.h +++ b/sys/sparc64/include/signal.h @@ -47,9 +47,11 @@ typedef long sig_atomic_t; typedef int osigset_t; struct osigcontext { + int dummy; }; struct sigcontext { + int dummy; }; #endif /* !_ANSI_SOURCE */ -- cgit v1.1