From 6961f8becccc21f21e188aac5efa382a211e3c6a Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 30 Dec 2008 08:05:06 +0000 Subject: * ext/dl/test/test_import.rb: fix a prototype decl. pointed out by Takehiro Kubo [ruby-core:20971]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/test/test_import.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dl') diff --git a/ext/dl/test/test_import.rb b/ext/dl/test/test_import.rb index 6d493a6d23..8514f8298e 100644 --- a/ext/dl/test/test_import.rb +++ b/ext/dl/test/test_import.rb @@ -13,7 +13,7 @@ module DL extern "int isdigit(int)" extern "double atof(string)" extern "unsigned long strtoul(char*, char **, int)" - extern "int qsort(void*, int, int, void*)" + extern "int qsort(void*, unsigned long, unsigned long, void*)" extern "int fprintf(FILE*, char*)" extern "int gettimeofday(timeval*, timezone*)" rescue nil -- cgit v1.2.3