- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
rc402739f r1eb239e4 23 23 24 24 extern "C" { 25 #include <bits/pthreadtypes.h> 26 #include <linux/types.h> 25 #include <bits/pthreadtypes.h> 27 26 } 28 27 … … 158 157 159 158 struct io_cancellation { 160 __u64target;159 uint32_t target; 161 160 }; 162 161
Note:
See TracChangeset
for help on using the changeset viewer.