CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2017/01/24 15:22:20
Modified files: sys/sys : atomic.h Log message: add explicit casts for going from volatile void * to void * volatile *. guenther says void * is less special in c++, and atomic.h now leaks into c++ ports. reported by naddy