diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-25 08:49:20 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-25 08:49:20 +0000 |
| commit | 78f00e5de4baad43701469adcaaf22965cf7c21b (patch) | |
| tree | b86dbe8088e187eb3eaf6cb529562af684586566 /dln.c | |
| parent | 6193767750b1ddac4291a2885d7643a7b10b469b (diff) | |
| download | ruby-78f00e5de4baad43701469adcaaf22965cf7c21b.tar.gz ruby-78f00e5de4baad43701469adcaaf22965cf7c21b.tar.xz ruby-78f00e5de4baad43701469adcaaf22965cf7c21b.zip | |
* string.c (rb_str_update): call rb_str_modify().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dln.c')
| -rw-r--r-- | dln.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1115,12 +1115,7 @@ dln_sym(name) #endif /* USE_DLN_A_OUT */ #ifdef USE_DLN_DLOPEN -# ifdef __NetBSD__ -# include <nlist.h> -# include <link.h> -# else -# include <dlfcn.h> -# endif +# include <dlfcn.h> #endif #ifdef __hpux |
