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
commit2fd68fa7c8b3a95e4acf7cd6f362457674dfd695 (patch)
treeea43dc09009cef7066798ff24702e1ce872643b2 /intern.h
parent76ccb21ee71823b27c683c0e5d9a46dba682a335 (diff)
downloadruby-2fd68fa7c8b3a95e4acf7cd6f362457674dfd695.tar.gz
ruby-2fd68fa7c8b3a95e4acf7cd6f362457674dfd695.tar.xz
ruby-2fd68fa7c8b3a95e4acf7cd6f362457674dfd695.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/trunk@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 c2adeb398..421204225 100644
--- a/intern.h
+++ b/intern.h
@@ -282,7 +282,6 @@ VALUE rb_thread_local_aset(VALUE, ID, VALUE);
void rb_thread_atfork(void);
VALUE rb_exec_recursive(VALUE(*)(VALUE, VALUE, int),VALUE,VALUE);
/* 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);
OSZAR »