Ignore:
File:
1 edited

Legend:

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

    rc402739f r1eb239e4  
    2323
    2424extern "C" {
    25         #include <bits/pthreadtypes.h>
    26         #include <linux/types.h>
     25#include <bits/pthreadtypes.h>
    2726}
    2827
     
    158157
    159158struct io_cancellation {
    160         __u64 target;
     159        uint32_t target;
    161160};
    162161
Note: See TracChangeset for help on using the changeset viewer.