CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/31 05:52:49
Modified files:
sys/arch/arm/include: atomic.h
Log message:
Use unsigned long instead of uint32_t, which is the appropriate integer
type for storing pointers in our universe. Avoids an implicit dependence
on <sys/types.h>.
ok tom@
