1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* win32/win32.h (rb_w32_stat): added prototype.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ocean 2005-09-15 14:06:48 +00:00
parent 9e52e250f8
commit b8bc87839d
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Thu Sep 15 23:02:57 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* win32/win32.h (rb_w32_stat): added prototype.
Thu Sep 15 22:35:55 2005 NAKAMURA Usaku <usa@ruby-lang.org>
* test/ruby/test_signal.rb (test_exit_action): skip the test using

View file

@ -175,6 +175,7 @@ extern struct servent * rb_w32_getservbyname(char *, char *);
extern struct servent * rb_w32_getservbyport(int, char *);
extern char * rb_w32_getenv(const char *);
extern int rb_w32_rename(const char *, const char *);
extern int rb_w32_stat(const char *, struct stat *);
extern char **rb_w32_get_environ(void);
extern void rb_w32_free_environ(char **);