Ignore:
Timestamp:
Mar 2, 2021, 2:38:47 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
55d6affb
Parents:
d5006b1
Message:

Fix missing definition without io_uring.

File:
1 edited

Legend:

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

    rd5006b1 rf815c46  
    3030        void  ?{}($io_context & this, struct cluster & cl) {}
    3131        void ^?{}($io_context & this) {}
     32
     33        void __cfa_io_start( processor * proc ) {}
     34        void __cfa_io_flush( processor * proc ) {}
     35        void __cfa_io_stop ( processor * proc ) {}
    3236
    3337        $io_arbiter * create(void) { return 0p; }
Note: See TracChangeset for help on using the changeset viewer.