Changes in tests/concurrent/clib.c [a5e7233:b67fe85]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/clib.c
ra5e7233 rb67fe85 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.