From 42850db14b21b4fa9e85f575fe3a2bce0ba1867e Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 23 Aug 2007 08:25:12 +0000 Subject: * configure.in (group_member): check if presents. * configure.in (XCFLAGS): add _GNU_SOURCE on linux. * file.c (group_member): use system routine if available. * process.c: moved _GNU_SOURCE macro to Makefile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'process.c') diff --git a/process.c b/process.c index a246cf9d47..5374375e1b 100644 --- a/process.c +++ b/process.c @@ -12,9 +12,6 @@ **********************************************************************/ -#ifdef linux -#define _GNU_SOURCE 1 -#endif #include "ruby/ruby.h" #include "ruby/signal.h" #include "vm_core.h" -- cgit v1.2.3