Skip to content

Commit

Permalink
executors/HASK: allow pselect6
Browse files Browse the repository at this point in the history
  • Loading branch information
injust authored and Xyene committed Mar 17, 2024
1 parent f435032 commit 8887b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmoj/executors/HASK.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Executor(NullStdoutMixin, CompiledExecutor):
RecursiveDir('/proc/self/task'),
RecursiveDir('/var/lib/ghc'),
]
syscalls = ['timerfd_settime']
syscalls = ['pselect6', 'timerfd_settime']
nproc = -1

test_program = """\
Expand Down

0 comments on commit 8887b24

Please sign in to comment.