Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/clib.c

    ra5e7233 rb67fe85  
    88}
    99
    10 thread_local struct drand48_data buffer = { 0 };
     10_Thread_local struct drand48_data buffer = { 0 };
    1111int myrand() {
    1212        long int result;
Note: See TracChangeset for help on using the changeset viewer.