Changeset aa9f215


Ignore:
Timestamp:
Sep 19, 2022, 8:49:40 PM (19 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
72d1118
Parents:
23a08aa0
Message:

update return type of forward declaration for poll_interrupts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/locks.hfa

    r23a08aa0 raa9f215  
    1313// Created On       : Tue Oct 31 15:14:38 2017
    1414// Last Modified By : Peter A. Buhr
    15 // Last Modified On : Mon Sep 19 18:39:45 2022
    16 // Update Count     : 16
     15// Last Modified On : Mon Sep 19 18:51:53 2022
     16// Update Count     : 17
    1717//
    1818
     
    3232                extern void disable_interrupts() OPTIONAL_THREAD;
    3333                extern void enable_interrupts( bool poll = true ) OPTIONAL_THREAD;
    34                 extern void poll_interrupts() OPTIONAL_THREAD;
     34                extern bool poll_interrupts() OPTIONAL_THREAD;
    3535                #define __cfaabi_dbg_record_lock(x, y)
    3636        }
Note: See TracChangeset for help on using the changeset viewer.