mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
signal to main_thread
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4af06a86de
commit
d453b1a042
6 changed files with 57 additions and 3 deletions
1
intern.h
1
intern.h
|
@ -135,6 +135,7 @@ void thread_sleep _((int));
|
|||
void thread_sleep_forever _((void));
|
||||
VALUE thread_create _((VALUE (*)(), void *));
|
||||
void thread_interrupt _((void));
|
||||
void thread_trap_eval _((VALUE, int));
|
||||
/* file.c */
|
||||
VALUE file_open _((char *, char *));
|
||||
int eaccess _((char *, int));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue