gperftools: fix patch whitespace
This commit is contained in:
parent
3fb0044e2e
commit
6c1192cbf1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Compatibility fixes for musl.
|
||||||
pc_field_found=true)
|
pc_field_found=true)
|
||||||
elif test "x$ac_cv_header_sys_ucontext_h" = xyes; then
|
elif test "x$ac_cv_header_sys_ucontext_h" = xyes; then
|
||||||
AC_TRY_COMPILE([#define _GNU_SOURCE 1
|
AC_TRY_COMPILE([#define _GNU_SOURCE 1
|
||||||
- #include <sys/ucontext.h>],
|
- #include <sys/ucontext.h>],
|
||||||
+ #include <sys/ucontext.h>
|
+ #include <sys/ucontext.h>
|
||||||
+ #include <asm/ptrace.h>],
|
+ #include <asm/ptrace.h>],
|
||||||
[ucontext_t u; return u.$pc_field == 0;],
|
[ucontext_t u; return u.$pc_field == 0;],
|
||||||
|
|
Loading…
Add table
Reference in a new issue