diff options
Diffstat (limited to 'user/usys.pl')
-rwxr-xr-x | user/usys.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/usys.pl b/user/usys.pl index 7f07795..8038a4c 100755 --- a/user/usys.pl +++ b/user/usys.pl @@ -43,3 +43,5 @@ entry("pgaccess"); entry("sigalarm"); entry("sigreturn"); entry("symlink"); +entry("mmap"); +entry("munmap"); |