summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-08 07:26:14 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-08 07:26:14 +0000
commit953b7a2056eb3eec4bd0340a19bc850c8ee75877 (patch)
tree0373ed7ab88fe7c1d8e0c3c246c3dbadc647be15
parentca5c3f1efc5636bdd83e018e50baffcbcdf75c86 (diff)
mjit.c: remove old comment about WNOHANG and SIGCHLD [ci skip]
[Bug #14867] implemented exactly what was needed (for POSIX platforms, at least). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--mjit.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/mjit.c b/mjit.c
index 30814fd6be..148d4a9f1f 100644
--- a/mjit.c
+++ b/mjit.c
@@ -62,12 +62,7 @@
| MRI machine code |<-----------------------------
|___________________| loading
-
- We don't use SIGCHLD signal and WNOHANG waitpid in MJIT as it
- might mess with ruby code dealing with signals. Also as SIGCHLD
- signal can be delivered to non-main thread, the stack might have a
- constraint. So the correct version of code based on SIGCHLD and
- WNOHANG waitpid would be very complicated. */
+*/
#ifdef __sun
#define __EXTENSIONS__ 1