/[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.4 by camm, Thu Jul 25 19:08:24 2002 UTC revision 1.5 by camm, Mon Jul 29 22:50:54 2002 UTC
# Line 38  Line 38 
38  do {static struct sigaction action; \  do {static struct sigaction action; \
39        action.sa_handler = (void *)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); \
43        sigaddset(&action.sa_mask,SIGINT); \        sigaddset(&action.sa_mask,SIGINT); \
44        sigaddset(&action.sa_mask,SIGALRM); \        sigaddset(&action.sa_mask,SIGALRM); \

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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