mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-20 11:21:29 +03:00
The event code is PTRACE_EVENT_SECCOMP, not PTRAVE_EVENT_SECCOMP. This patch fixes the V->C typo. There are no ABI issues since the number remains the same for the code. Code using the old wrong name will need to be updated.