From 8e7014383b8dc99e3a804c530c31bde05511bd03 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 16 Jan 2004 13:39:25 +0000 Subject: * process.h (cleanup_routine::~cleanup_routine): Make pure virtual function to avoid miscompilation with certain versions of gcc. * process.cc (cleanup_routine::~cleanup_routine): Remove. --- winsup/cygserver/process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygserver/process.h') diff --git a/winsup/cygserver/process.h b/winsup/cygserver/process.h index 142b3634c..c062ee193 100644 --- a/winsup/cygserver/process.h +++ b/winsup/cygserver/process.h @@ -46,7 +46,7 @@ public: _next (NULL) {} - virtual ~cleanup_routine (); + virtual ~cleanup_routine () = 0; bool operator== (const cleanup_routine &rhs) const { -- cgit v1.2.3