ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / um / include / signal_user.h
1 /* 
2  * Copyright (C) 2001 Jeff Dike (jdike@karaya.com)
3  * Licensed under the GPL
4  */
5
6 #ifndef __SIGNAL_USER_H__
7 #define __SIGNAL_USER_H__
8
9 extern int signal_stack_size;
10
11 extern int change_sig(int signal, int on);
12 extern void set_sigstack(void *stack, int size);
13 extern void set_handler(int sig, void (*handler)(int), int flags, ...);
14
15 #endif
16
17 /*
18  * Overrides for Emacs so that we follow Linus's tabbing style.
19  * Emacs will notice this stuff at the end of the file and automatically
20  * adjust the settings for this buffer only.  This must remain at the end
21  * of the file.
22  * ---------------------------------------------------------------------------
23  * Local variables:
24  * c-file-style: "linux"
25  * End:
26  */