Changeset 44f09ea for libcfa/src
- Timestamp:
- Mar 2, 2021, 3:11:34 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3e5d8fb5
- Parents:
- 55d6affb
- Location:
- libcfa/src/concurrency
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/call.cfa.in
r55d6affb r44f09ea 88 88 89 89 extern "C" { 90 #include < sys/types.h>90 #include <asm/types.h> 91 91 #include <sys/socket.h> 92 92 #include <sys/syscall.h> -
libcfa/src/concurrency/iofwd.hfa
r55d6affb r44f09ea 18 18 #include <unistd.h> 19 19 extern "C" { 20 #include < sys/types.h>20 #include <asm/types.h> 21 21 #if CFA_HAVE_LINUX_IO_URING_H 22 22 #include <linux/io_uring.h>
Note: See TracChangeset
for help on using the changeset viewer.