Changes in tests/concurrent/clib.c [b67fe85:a5e7233]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/clib.c
rb67fe85 ra5e7233 8 8 } 9 9 10 _Thread_local struct drand48_data buffer = { 0 };10 thread_local struct drand48_data buffer = { 0 }; 11 11 int myrand() { 12 12 long int result;
Note:
See TracChangeset
for help on using the changeset viewer.