libgfortran/ChangeLog:
* caf_shared/counter_barrier.c (change_internal_barrier_count):
Adjust whitespace.
* caf_shared/sync.c (sync_iface_init): Use size of correct
struct.
}
/* Adjust all associated barriers of a counter. */
+
int
waitable_counter_add (waitable_counter *c, int val)
{
{
si->cis = SHMPTR_AS (
sync_iface_shared *,
- shared_malloc (get_allocator (ai), sizeof (collsub_iface_shared)), sm);
+ shared_malloc (get_allocator (ai), sizeof (sync_iface_shared)), sm);
sync_all_init (&si->cis->sync_all);
initialize_shared_mutex (&si->cis->table_lock);