summaryrefslogtreecommitdiffstats
path: root/missing.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-05 09:27:21 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-05 09:27:21 +0000
commit32fd8835866d73bfd349bbb68db63cdebcda4ceb (patch)
treed10d7abe63a6dde453a96ee99953380b89a9e854 /missing.h
parent21aa7990efeedec6050936c63bfeb77664a06267 (diff)
downloadruby-32fd8835866d73bfd349bbb68db63cdebcda4ceb.tar.gz
ruby-32fd8835866d73bfd349bbb68db63cdebcda4ceb.tar.xz
ruby-32fd8835866d73bfd349bbb68db63cdebcda4ceb.zip
* lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):
simple typo. * string.c (str_new4): ptr may refer null_str. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing.h')
-rw-r--r--missing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/missing.h b/missing.h
index 0603db1a4..133f1fc68 100644
--- a/missing.h
+++ b/missing.h
@@ -128,8 +128,8 @@ extern unsigned long strtoul _((char *, char **, int));
# else
# include <varargs.h>
# endif
-extern snprintf __((char *, size_t n, char const *, ...));
-extern vsnprintf _((char *, size_t n, char const *, va_list));
+extern int snprintf __((char *, size_t n, char const *, ...));
+extern int vsnprintf _((char *, size_t n, char const *, va_list));
#endif
#endif /* MISSING_H */