summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-01-25 13:30:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-01-25 13:30:11 +0000
commit9dbd66857aefaa9fa1978d02c23f3cb9d83bc6cb (patch)
treefef5effd6da3e90993a4aad4ca55e28c5a5b1abe /intern.h
parent224033aac997e28f38a7c679b8f6d8ad952fee3d (diff)
downloadruby-9dbd66857aefaa9fa1978d02c23f3cb9d83bc6cb.tar.gz
ruby-9dbd66857aefaa9fa1978d02c23f3cb9d83bc6cb.tar.xz
ruby-9dbd66857aefaa9fa1978d02c23f3cb9d83bc6cb.zip
* configure.in, dln.c, file.c, intern.h, missing.h (eaccess): use
system routine if provided. fixed: [ruby-core:07195] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern.h b/intern.h
index 3a504d8ed..c38c00174 100644
--- a/intern.h
+++ b/intern.h
@@ -221,7 +221,6 @@ VALUE rb_thread_local_aset _((VALUE, ID, VALUE));
void rb_thread_atfork _((void));
VALUE rb_funcall_rescue __((VALUE, ID, int, ...));
/* file.c */
-int eaccess _((const char*, int));
VALUE rb_file_s_expand_path _((int, VALUE *));
VALUE rb_file_expand_path _((VALUE, VALUE));
void rb_file_const _((const char*, VALUE));