- File:
-
- 1 edited
-
libcfa/src/concurrency/locks.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/locks.hfa
r1e538fb r1db6d70 35 35 #include <linux/futex.h> /* Definition of FUTEX_* constants */ 36 36 #include <sys/syscall.h> /* Definition of SYS_* constants */ 37 #include <unistd.h> /* Definition of syscall routine */37 #include <unistd.h> 38 38 39 39 typedef void (*__cfa_pre_park)( void * );
Note:
See TracChangeset
for help on using the changeset viewer.