[RFC][BZ #16549] Add sanity check for condvar alignment.

Roland McGrath roland@hack.frob.com
Tue Feb 11 17:21:00 GMT 2014


> +  assert (((uintptr_t) cond) % sizeof (long) == 0);

Drop superfluous parens.  Use __alignof (pthread_cond_t).



More information about the Libc-alpha mailing list