/[gcl]/gcl/h/linux.h
ViewVC logotype

Diff of /gcl/h/linux.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by camm, Fri Jul 12 22:00:48 2002 UTC revision 1.3 by camm, Sat Jul 20 07:10:55 2002 UTC
# Line 36  Line 36 
36  #define MPROTECT_ACTION_FLAGS SA_RESTART  #define MPROTECT_ACTION_FLAGS SA_RESTART
37  #define INSTALL_MPROTECT_HANDLER \  #define INSTALL_MPROTECT_HANDLER \
38  do {static struct sigaction action; \  do {static struct sigaction action; \
39        action.sa_handler = memprotect_handler; \        action.sa_handler = (void *)memprotect_handler; \
40        action.sa_flags = MPROTECT_ACTION_FLAGS; \        action.sa_flags = MPROTECT_ACTION_FLAGS; \
41        action.sa_restorer = 0; \        action.sa_restorer = 0; \
42        sigemptyset(&action.sa_mask); \        sigemptyset(&action.sa_mask); \

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26