Subject: Re: __UNCONST(a)
To: None <christos@zoulas.com>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: tech-userlevel
Date: 06/30/2004 13:09:52
> I would like to add:
> 
>     /* No intptr_t dependency here */
>     #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
> 
> in <sys/cdefs.h>
> 
> Any objections?

	unsigned long -> intptr_t?

itojun