Ignore:
File:
1 edited

Legend:

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

    rab5baab 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.