mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
netbsd coroutine uses assembly instead and little build fix.
This commit is contained in:
parent
d9f084ed14
commit
8d2af51a78
Notes:
git
2021-08-24 10:52:24 +09:00
2 changed files with 10 additions and 1 deletions
2
random.c
2
random.c
|
@ -44,7 +44,7 @@
|
|||
# include <wincrypt.h>
|
||||
#endif
|
||||
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__)
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
/* to define OpenBSD and FreeBSD for version check */
|
||||
# include <sys/param.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue