comparison src/thread/beos/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
26 #include <signal.h> 26 #include <signal.h>
27 #include <be/kernel/OS.h> 27 #include <be/kernel/OS.h>
28 28
29 #include "SDL_mutex.h" 29 #include "SDL_mutex.h"
30 #include "SDL_thread.h" 30 #include "SDL_thread.h"
31 #include "SDL_thread_c.h" 31 #include "../SDL_thread_c.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, SIGWINCH, 0 36 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGWINCH, 0
37 }; 37 };