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