summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_atomic.h
AgeCommit message (Collapse)Author
2010-02-03util: Don't include system headers inside extern "C" { ... }José Fonseca
That breaks when some of the system headers have C++ code.
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca
Into os/os_thread.h and util/u_atomic.h respectively.