From a26039acbce7999f85757ac1ea77fafc1c0ab81c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 25 Jan 2006 13:30:11 +0000 Subject: * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): use system routine if provided. fixed: [ruby-core:07195] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dln.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'dln.c') diff --git a/dln.c b/dln.c index 8846860134..55e5002407 100644 --- a/dln.c +++ b/dln.c @@ -89,8 +89,6 @@ char *getenv(); # include #endif -int eaccess(const char *, int); - #ifndef NO_DLN_LOAD #if defined(HAVE_DLOPEN) && !defined(USE_DLN_A_OUT) && !defined(_AIX) && !defined(__APPLE__) && !defined(_UNICOSMP) -- cgit v1.2.3