diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-01 13:41:35 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-01 13:41:35 +0000 |
commit | 969f4d4c68ecb9dd03bfc1fa8b12c19ea08046fe (patch) | |
tree | cca128be5415889e9943c24fc0d4173737efa131 /intern.h | |
parent | cbb7a67c325e4eeaafd999f0b82704b8470810e5 (diff) | |
download | ruby-969f4d4c68ecb9dd03bfc1fa8b12c19ea08046fe.tar.gz |
* ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,
setgrent, getgrent, endgrent.
* ext/socket/socket.c (sock_s_gethostbyname): do not reverse lookup.
* Makefile.in: copy lex.c from $(srcdir) if it's not the current
directory. [ruby-dev:21437]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r-- | intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -374,7 +374,7 @@ void posix_signal _((int, RETSIGTYPE (*)(int))); #endif void rb_trap_exit _((void)); void rb_trap_exec _((void)); -char *ruby_signal_name _((int)); +const char *ruby_signal_name _((int)); /* sprintf.c */ VALUE rb_f_sprintf _((int, VALUE*)); /* string.c */ |