Skip to content

Commit

Permalink
liberate spinlock futex waits from linux_syscall_support includes
Browse files Browse the repository at this point in the history
We've been using libc syscall wrapper some time now.
  • Loading branch information
alk committed Feb 21, 2021
1 parent 2e7094a commit 4629511
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/base/spinlock_linux-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
*/

#include <errno.h>
#include <limits.h>
#include <sched.h>
#include <sys/syscall.h>
#include <time.h>
#include <limits.h>
#include "base/linux_syscall_support.h"
#include <unistd.h>

#define FUTEX_WAIT 0
#define FUTEX_WAKE 1
Expand Down

0 comments on commit 4629511

Please sign in to comment.