mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add __FAST_SETJMP macro to support threads on VMS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
11edb88f70
commit
67e1e11969
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
#ifndef __FAST_SETJMP
|
||||
#define __FAST_SETJMP /* use decc$setjmp/decc$longjmp */
|
||||
#endif
|
||||
|
||||
extern int isinf(double);
|
||||
extern int isnan(double);
|
||||
extern int flock(int fd, int oper);
|
||||
|
||||
extern int vsnprintf();
|
||||
extern int snprintf();
|
||||
|
||||
#define LONG_LONG long long
|
||||
#define SIZEOF_LONG_LONG sizeof(long long)
|
||||
|
|
Loading…
Reference in a new issue