Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/clib_tls.c

    ra5e7233 r090a7c5  
    33#include <clib/cfathread.h>
    44#include <bits/defs.hfa>
     5#include <time_t.hfa>
    56
    67extern "C" {
    78void _exit(int status);
    89}
     10
     11Duration default_preemption(){
     12        return 0;
     13}
     14
    915
    1016thread_local int checkval = 0xBAADF00D;
Note: See TracChangeset for help on using the changeset viewer.