Skip to content

Commit

Permalink
doc: update blacklist removing untested syscalls
Browse files Browse the repository at this point in the history
getmsg, getpmsg, putmsg, putpmsg are UNIMPLEMENTED(2),
put them to blacklist. In this way they aren't shown in
"Untested syscalls" table, which is supposed to be only
for tested syscalls.

Fixes: 7248e5c ("doc: update syscalls statistics")
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
acerv committed Dec 12, 2024
1 parent 53af4f6 commit c88c96b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,12 @@ def generate_syscalls_stats(_):
'cachectl',
'create_module',
'get_kernel_syms',
'getmsg',
'getpmsg',
'mq_getsetattr',
'nfsservctl',
'putmsg',
'putpmsg',
'query_module',
'reserved177',
'reserved193',
Expand Down

0 comments on commit c88c96b

Please sign in to comment.