diff options
-rw-r--r-- | tapset/scheduler.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/scheduler.stp b/tapset/scheduler.stp index b513e97e..fe645a66 100644 --- a/tapset/scheduler.stp +++ b/tapset/scheduler.stp @@ -9,7 +9,7 @@ function __is_idle:long() -%{ +%{ /* pure */ /* Ways to detect idle-ness: * - pid() or tid() == 0 * - current == current->parent |