mirror of
https://github.com/gperftools/gperftools
synced 2025-01-18 12:51:02 +00:00
liberate spinlock futex waits from linux_syscall_support includes
We've been using libc syscall wrapper some time now.
This commit is contained in:
parent
2e7094a862
commit
4629511e99
@ -33,10 +33,11 @@
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <sched.h>
|
||||
#include <time.h>
|
||||
#include <limits.h>
|
||||
#include "base/linux_syscall_support.h"
|
||||
#include <sched.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define FUTEX_WAIT 0
|
||||
#define FUTEX_WAKE 1
|
||||
|
Loading…
Reference in New Issue
Block a user