From 2ba87ecdd70508a72412e340f4e4cc8094720b44 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 29 Dec 2000 02:46:12 +0000 Subject: thread_critical bug reported by Dave - matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/sdbm/_sdbm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ext/sdbm') diff --git a/ext/sdbm/_sdbm.c b/ext/sdbm/_sdbm.c index 7a3147293..92c96f26d 100644 --- a/ext/sdbm/_sdbm.c +++ b/ext/sdbm/_sdbm.c @@ -103,11 +103,9 @@ static int duppair proto((char *, datum)); /* * externals */ -#ifndef sun -#ifndef MSDOS +#if !defined(sun) && !defined(MSDOS) && !defined(_WIN32) extern int errno; #endif -#endif /* * forward -- cgit