blob: 704bcff2b15d73fb48690395f4cba3b77b948d51 [file] [log] [blame]
int v;
void
sync_lock_release (void)
{
__sync_lock_release (&v);
}