Changeset 2514f68b


Ignore:
Timestamp:
Nov 22, 2021, 2:20:23 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
3cc1111
Parents:
6ddef36
Message:

Missed a not (!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io.cfa

    r6ddef36 r2514f68b  
    502502        }
    503503
    504         #if !defined(IO_URING_IDLE)
     504        #if defined(IO_URING_IDLE)
    505505                bool __kernel_read(processor * proc, io_future_t & future, char buf[], int fd) {
    506506                        $io_context * ctx = proc->io.ctx;
Note: See TracChangeset for help on using the changeset viewer.