Ignore:
Timestamp:
Jun 15, 2021, 5:00:28 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
5e2ed05
Parents:
45fde9f
Message:

Changed libcfathread to consistently define _GNU_SOURCE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel/startup.cfa

    r45fde9f r43784ac  
    1515
    1616#define __cforall_thread__
     17#define _GNU_SOURCE
    1718
    1819// C Includes
     
    336337        register_tls( proc );
    337338
     339        #if defined(CFA_HAVE_LINUX_LIBRSEQ)
     340                rseq_register_current_thread();
     341        #endif
     342
    338343        // SKULLDUGGERY: We want to create a context for the processor coroutine
    339344        // which is needed for the 2-step context switch. However, there is no reason
Note: See TracChangeset for help on using the changeset viewer.