Hi all,

shouldn't 

#define atomic_sub_fetch(v, n)  _sync_sub_and_fetch(&(v), n) 
 
in file include/nocore/atomic.h line 48 of xenomai-forge be rather

#define atomic_sub_fetch(v, n)  __sync_sub_and_fetch(&(v), n)

? 
It is not used by the current code anyway, but does not compile when trying to 
do so..

Thanks,

Matthias


_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to