mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 11:37:44 +00:00
Ports: Add port for mruby
This commit is contained in:
parent
16ad297078
commit
0f3f814945
4 changed files with 55 additions and 0 deletions
10
Ports/mruby/patches/include-sys-select-h.patch
Normal file
10
Ports/mruby/patches/include-sys-select-h.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- mruby-3.0.0/mrbgems/mruby-io/src/io.c 2021-08-20 00:27:04.837317416 -0400
|
||||
+++ mruby-3.0.0.serenity/mrbgems/mruby-io/src/io.c 2021-08-20 00:28:51.960390750 -0400
|
||||
@@ -49,6 +49,7 @@
|
||||
#include <sys/wait.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
+ #include <sys/select.h>
|
||||
typedef size_t fsize_t;
|
||||
typedef time_t ftime_t;
|
||||
typedef suseconds_t fsuseconds_t;
|
Loading…
Add table
Add a link
Reference in a new issue