Changes in libcfa/src/concurrency/io.cfa [43784ac:d36bac7]
- File:
-
- 1 edited
-
libcfa/src/concurrency/io.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io.cfa
r43784ac rd36bac7 15 15 16 16 #define __cforall_thread__ 17 #define _GNU_SOURCE18 17 19 18 #if defined(__CFA_DEBUG__) … … 24 23 25 24 #if defined(CFA_HAVE_LINUX_IO_URING_H) 25 #define _GNU_SOURCE /* See feature_test_macros(7) */ 26 26 #include <errno.h> 27 27 #include <signal.h>
Note:
See TracChangeset
for help on using the changeset viewer.