mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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/branches/ruby_1_8@9856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
26dd7b1d68
commit
3da2897dc0
6 changed files with 12 additions and 4 deletions
|
|
@ -39,6 +39,10 @@ extern char *crypt _((char *, char *));
|
|||
extern int dup2 _((int, int));
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_EACCESS
|
||||
extern int eaccess _((const char*, int));
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_FINITE
|
||||
extern int finite _((double));
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue