Changeset 2fab24e3 for libcfa/src/concurrency/io/setup.cfa
- Timestamp:
- Jan 21, 2021, 1:45:27 PM (2 years ago)
- Branches:
- ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a6b587f
- Parents:
- f3e87af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
rf3e87af r2fab24e3 549 549 int ret = syscall( __NR_io_uring_register, ctx.thrd.ring->fd, IORING_REGISTER_FILES, files, count ); 550 550 if( ret < 0 ) { 551 abort( "KERNEL ERROR: IO_URING SYSCALL- (%d) %s\n", (int)errno, strerror(errno) );551 abort( "KERNEL ERROR: IO_URING REGISTER - (%d) %s\n", (int)errno, strerror(errno) ); 552 552 } 553 553
Note: See TracChangeset
for help on using the changeset viewer.