atomic.h: use system namespace for function arguments
authorSimon Schubert <corecode@dragonflybsd.org>
Sat, 12 Sep 2009 14:41:25 +0000 (16:41 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Sat, 12 Sep 2009 14:56:24 +0000 (16:56 +0200)
commit46037fcb88973e1dff0489196126c58baf69e7f5
tree01b5401d2c1f7382b6b521e65f5c38d2af7746aa
parent2387e5849cc637feb0ba95807a74f97296416d6d
atomic.h: use system namespace for function arguments

We shouldn't use non-system arguments for function arguments in headers,
since it might collide with other symbols.  In this case it collided
with exp(3) from math.h, both included by top(1) (with indirections).

Reported-by: swildner@
sys/cpu/amd64/include/atomic.h
sys/cpu/i386/include/atomic.h