Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2005 13:24:17 +0530
From:      "Tejas Sumant" <tejas.sumant@gmail.com>
To:        <freebsd-hackers@freebsd.org>
Cc:        Joerg Sonnenberger <joerg@britannica.bec.de>
Subject:   Re: Freeing Volatile Pointer
Message-ID:  <004c01c4f232$a42d8630$1500a8c0@indranet.local>
References:  <009e01c4f191$50433430$1500a8c0@indranet.local> <20050103125351.GA1242@straylight.m.ringlet.net> <20050103160133.GE826@britannica.bec.de>

next in thread | previous in thread | raw e-mail | index | archive | help

>
> Still better is using __DEVOLATILE from sys/cdefs.h, which does a cast to
> uintptr_t first. This way, you even avoid this warning :)

Is it available with FreeBSD4.10 release?
I am working on 4.10.
I couldnt find this __DEVOLATILE.

OR
Is it defined in any other file for 4.10 release?

Tejas




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004c01c4f232$a42d8630$1500a8c0>