|
Message-ID: <alpine.LNX.2.11.1505170857510.22867@monopod.intra.ispras.ru> Date: Sun, 17 May 2015 09:00:15 +0300 (MSK) From: Alexander Monakov <amonakov@...ras.ru> To: musl@...ts.openwall.com Subject: Re: Deduplicating atomics written in terms of CAS It seems the prototype of a_cas_p has changed: void *a_cas_p(volatile void **p, void *t, void *s) Shouldn't the type of the first argument be 'void * volatile *'? Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.