PR tree-optimization/84480 - bogus -Wstringop-truncation despite assignment with...
[official-gcc.git] / libsanitizer / include / system / sys / ptrace.h
blob1cfe4ce96e03512f2d6cb6ae191f1e86623553bf
1 #include_next <sys/ptrace.h>
2 #ifndef PTRACE_GETREGSET
3 /* glibc before
4 https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=cbff0d9689c4d68578b6a4f0a17807232506ea27
5 doesn't define PTRACE_GETREGSET. */
6 #define PTRACE_GETREGSET 0x4204
7 #endif