Skip to content

Commit

Permalink
generate-html-table: add kernel version
Browse files Browse the repository at this point in the history
I omitted passing kernel version...
  • Loading branch information
hrw committed Oct 25, 2023
1 parent 686235d commit fa3fd73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/generate-html-table.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ def create_arch_list(present_archs):

def generate_system_calls_tree():

syscalls_for_template = {}
syscalls_for_template = {
'linux_version': system_calls.linux_version
}

for syscall_name in syscalls.names():
syscalls_for_template[syscall_name] = {}
Expand Down

0 comments on commit fa3fd73

Please sign in to comment.