CVSROOT:        /cvs
Module name:    src
Changes by:     aoy...@cvs.openbsd.org  2018/08/22 05:25:58

Modified files:
        sys/arch/m88k/include: atomic.h 

Log message:
Adding membar_xxx defines to userland.

The src/lib/libc/thread/rthread.c 1.8 change adds #include
<sys/atomic.h> in userland code.

Current m88k atomic.h contents are inside of #if defined(_KERNEL)
guard, then, nothing is defined for userland program.
So we need adding some defines to compile it on m88k.

The original diff is suggested from Miod Vallat, modified by the
advice from mpi@ and kettenis@.

ok kettenis@

Reply via email to