comparison src/thread/irix/SDL_systhread.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
27 #include <sys/types.h> 27 #include <sys/types.h>
28 #include <sys/wait.h> 28 #include <sys/wait.h>
29 #include <sys/prctl.h> 29 #include <sys/prctl.h>
30 30
31 #include "SDL_thread.h" 31 #include "SDL_thread.h"
32 #include "SDL_systhread.h" 32 #include "../SDL_systhread.h"
33 33
34 34
35 static int sig_list[] = { 35 static int sig_list[] = {
36 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCLD, SIGWINCH, 36 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCLD, SIGWINCH,
37 SIGVTALRM, SIGPROF, 0 37 SIGVTALRM, SIGPROF, 0