~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to dln.c

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2006-05-08 22:23:12 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060508222312-w2wqeaz030ifi59j
Tags: 1.9.0+20060423-3ubuntu1
* Resynchronized with Debian.
* Only change from Debian is the addition of
  debian/patches/903_sparc_fix_define.patch to fix illegal instructions
  at runtime on sparc. (change from 1.9.0+20050921-1ubuntu1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  dln.c -
4
4
 
5
 
  $Author: ocean $
6
 
  $Date: 2005/09/12 11:03:24 $
 
5
  $Author: nobu $
 
6
  $Date: 2006/01/25 13:29:44 $
7
7
  created at: Tue Jan 18 17:05:06 JST 1994
8
8
 
9
9
  Copyright (C) 1993-2003 Yukihiro Matsumoto
89
89
# include <image.h>
90
90
#endif
91
91
 
92
 
int eaccess(const char *, int);
93
 
 
94
92
#ifndef NO_DLN_LOAD
95
93
 
96
94
#if defined(HAVE_DLOPEN) && !defined(USE_DLN_A_OUT) && !defined(_AIX) && !defined(__APPLE__) && !defined(_UNICOSMP)
1645
1643
    char *p = win32;
1646
1644
    char *dst = posix;
1647
1645
 
 
1646
    posix[0] = '\0';
1648
1647
    for (p = win32; *p; p++)
1649
1648
        if (*p == ';') {
1650
1649
            *p = 0;