gallium/util: fix cpu detection on ppc
authorMarc Dietrich <marvin24@gmx.de>
Sun, 18 Oct 2009 15:28:33 +0000 (08:28 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 21 Oct 2009 21:15:03 +0000 (15:15 -0600)
commitb2b239691dfe593676aaee0cd990fa76354ac96f
tree6c6fe11a0d7b0b4b41143449dbb5e4654a1999d1
parent2cc5a0e6bb8fe2aa0733d70fec65df934b1093f6
gallium/util: fix cpu detection on ppc

As we are compiling with -D_BSD_SOURCE, sigjmp_buf and siglongjmp
should be replaced by the non-sig functions (see man 3 setjmp).
Tested on linux/cell.
src/gallium/auxiliary/util/u_cpu_detect.c