Skip to content

Commit 8c5ab9e

Browse files
committed
Enforce consistent name scheme
1 parent 7f94878 commit 8c5ab9e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

lkmpg.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ \section{System Calls}
15621562
In order to keep people from doing potential harmful things \cpp|sys_call_table| is no longer exported.
15631563
This means, if you want to do something more than a mere dry run of this example, you will have to patch your current kernel in order to have \cpp|sys_call_table| exported.
15641564

1565-
\samplec{examples/syscall.c}
1565+
\samplec{examples/syscall-steal.c}
15661566

15671567
\section{Blocking Processes and threads}
15681568
\label{sec:blocking_process_thread}

0 commit comments

Comments
 (0)