Ignore:
File:
1 edited

Legend:

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

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