mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
adjust indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
66bda1824a
commit
a982952e32
1 changed files with 1 additions and 1 deletions
2
cont.c
2
cont.c
|
@ -149,7 +149,7 @@ fiber_context_create(ucontext_t *context, void (*func)(), void *arg, void *ptr,
|
|||
/*
|
||||
* getcontext() may fail by some reasons:
|
||||
* 1. SELinux policy banned one of "rt_sigprocmask",
|
||||
* "sigprocmask" or "swapcontext";
|
||||
* "sigprocmask" or "swapcontext";
|
||||
* 2. libseccomp (aka. syscall filter) banned one of them.
|
||||
*/
|
||||
context->uc_link = NULL;
|
||||
|
|
Loading…
Reference in a new issue