Ignore:
Timestamp:
Jun 20, 2023, 2:13:44 PM (11 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
b065dbb
Parents:
33d4bc8
Message:

added a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/locks.hfa

    r33d4bc8 r1e538fb  
    3535#include <linux/futex.h>      /* Definition of FUTEX_* constants */
    3636#include <sys/syscall.h>      /* Definition of SYS_* constants */
    37 #include <unistd.h>
     37#include <unistd.h>           /* Definition of syscall routine */
    3838
    3939typedef void (*__cfa_pre_park)( void * );
Note: See TracChangeset for help on using the changeset viewer.