diff options
Diffstat (limited to 'exec/trace.c')
| -rw-r--r-- | exec/trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/trace.c b/exec/trace.c index 2af6d867efe..5e1ef1f74a1 100644 --- a/exec/trace.c +++ b/exec/trace.c | |||
| @@ -1917,7 +1917,7 @@ after_fork (pid_t pid) | |||
| 1917 | /* Request that the child stop upon the next `exec' system call, | 1917 | /* Request that the child stop upon the next `exec' system call, |
| 1918 | one of which is assumed to always be issued by the child, as | 1918 | one of which is assumed to always be issued by the child, as |
| 1919 | below, but await the next stop, and examine its contents. | 1919 | below, but await the next stop, and examine its contents. |
| 1920 | Anciently, the syscall-stop preceeded events marked | 1920 | Anciently, the syscall-stop preceded events marked |
| 1921 | PTRACE_EVENT_SECCOMP, whereas this sequence is reversed in | 1921 | PTRACE_EVENT_SECCOMP, whereas this sequence is reversed in |
| 1922 | 4.8+, and in releases with these changes backported. */ | 1922 | 4.8+, and in releases with these changes backported. */ |
| 1923 | 1923 | ||