summaryrefslogtreecommitdiff
path: root/include/linux/futex.h
blob: d913c30590dfe71211ff73f9edab5230ee42c908 (plain)
1
2
3
4
5
6
7
8
#ifndef _LINUX_FUTEX_H
#define _LINUX_FUTEX_H

/* Second argument to futex syscall */
#define FUTEX_WAIT (0)
#define FUTEX_WAKE (1)

#endif