Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/clib.c

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