> however, atomic.h is a *kernel header*, and linus has made it very
> clear that no user space program should ever include these headers.
> 
> the solution is quite simple (and the one he advocates): copy the
> contents of the header file to a new location and use that. most of my
> code includes <pbd/atomic.h> which contains a copy of the relevant
> stuff for several linux architectures.

So doesn't that mean that alsa-lib should also do this?  Right now it's
copying in #defines only for IA64 and a few other weird platforms that
apparently don't have asm/atomic.h to begin with.  

jack.

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to