Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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.