From 3c1ba15ab795500d299561c8c065a83cd877d600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=A9=E6=96=8C?= Date: Mon, 8 Feb 2021 19:38:01 +0800 Subject: [PATCH] fixing 20.04 C --- trunk/core/judge_client/okcalls64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/core/judge_client/okcalls64.h b/trunk/core/judge_client/okcalls64.h index 703954e04c0..028ab6182f4 100644 --- a/trunk/core/judge_client/okcalls64.h +++ b/trunk/core/judge_client/okcalls64.h @@ -17,7 +17,7 @@ * along with HUSTOJ. if not, see . */ //c & c++ -int LANG_CV[CALL_ARRAY_SIZE] = {0,1,2,3,5,8,9,10,11,12,20,21,59,63,89,158,231,275,292,511, +int LANG_CV[CALL_ARRAY_SIZE] = {0,1,2,3,5,8,9,10,11,12,20,21,59,63,89,99,158,231,275,292,511, SYS_read, SYS_write, SYS_mprotect, SYS_munmap, SYS_brk, SYS_arch_prctl, SYS_pread64, SYS_open, SYS_writev, SYS_time, SYS_futex, SYS_set_thread_area, SYS_access, SYS_clock_gettime, SYS_exit_group, SYS_mq_open, SYS_ioprio_get, SYS_unshare, SYS_set_robust_list, SYS_splice, SYS_close, SYS_stat, SYS_fstat, SYS_execve,