Changeset 1e538fb for libcfa/src
- Timestamp:
- Jun 20, 2023, 2:13:44 PM (2 years ago)
- Branches:
- master
- Children:
- b065dbb
- Parents:
- 33d4bc8
- File:
- 
      - 1 edited
 
 - 
          
  libcfa/src/concurrency/locks.hfa (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      libcfa/src/concurrency/locks.hfar33d4bc8 r1e538fb 35 35 #include <linux/futex.h> /* Definition of FUTEX_* constants */ 36 36 #include <sys/syscall.h> /* Definition of SYS_* constants */ 37 #include <unistd.h> 37 #include <unistd.h> /* Definition of syscall routine */ 38 38 39 39 typedef void (*__cfa_pre_park)( void * ); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  