Skip to content

Commit

Permalink
Fix: enable ugetrlimit syscall
Browse files Browse the repository at this point in the history
  • Loading branch information
licheng committed Sep 18, 2010
1 parent de9cc4a commit fd17ca0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions judge_client/client/enabled_syscall.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ int init() {
enabled_syscall[__NR_times] = 1;
#endif

#ifdef __NR_ugetrlimit
enabled_syscall[__NR_ugetrlimit] = 1;
#endif

#ifdef __NR_uname
enabled_syscall[__NR_uname] = 1;
#endif
Expand Down

0 comments on commit fd17ca0

Please sign in to comment.