mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/dl/cfunc.c: [DOC] fix typo in example [Bug #8944]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4370f84653
commit
c19118417e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sat Nov 9 14:29:04 2013 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
|
* ext/dl/cfunc.c: [DOC] fix typo in example [Bug #8944]
|
||||||
|
|
||||||
Sat Nov 9 13:59:58 2013 Zachary Scott <e@zzak.io>
|
Sat Nov 9 13:59:58 2013 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
* lib/test/unit/assertions.rb: [DOC] better example for assert_send()
|
* lib/test/unit/assertions.rb: [DOC] better example for assert_send()
|
||||||
|
|
|
@ -639,7 +639,7 @@ Init_dlcfunc(void)
|
||||||
* => "/lib64/libc.so.6"
|
* => "/lib64/libc.so.6"
|
||||||
* libc = DL::dlopen(libc_so)
|
* libc = DL::dlopen(libc_so)
|
||||||
* => #<DL::Handle:0x00000000e05b00>
|
* => #<DL::Handle:0x00000000e05b00>
|
||||||
* @cfunc = DL::CFunc.new(libc,['strcpy'], DL::TYPE_VOIDP, 'strcpy')
|
* @cfunc = DL::CFunc.new(libc['strcpy'], DL::TYPE_VOIDP, 'strcpy')
|
||||||
* => #<DL::CFunc:0x000000012daec0 ptr=0x007f62ca5a8300 type=1 name='strcpy'>
|
* => #<DL::CFunc:0x000000012daec0 ptr=0x007f62ca5a8300 type=1 name='strcpy'>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue