Changeset 7425720 for libcfa/src


Ignore:
Timestamp:
Mar 28, 2022, 5:43:05 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
1e6ffb44
Parents:
d5cdbed
Message:

Fixed 32bit build

File:
1 edited

Legend:

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

    rd5cdbed r7425720  
    3333        void __cfa_io_start( processor * proc ) {}
    3434        bool __cfa_io_flush( processor * proc ) { return false; }
    35         bool __cfa_io_drain( processor * proc ) __attribute__((nonnull (1)));
    36         void __cfa_io_idle ( processor * ) __attribute__((nonnull (1)));
     35        bool __cfa_io_drain( processor * proc ) __attribute__((nonnull (1))) { return false; }
     36        void __cfa_io_idle ( processor * ) __attribute__((nonnull (1))) {}
    3737        void __cfa_io_stop ( processor * proc ) {}
    3838
Note: See TracChangeset for help on using the changeset viewer.