/[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.12 by camm, Mon Mar 7 23:29:33 2005 UTC revision 1.13 by camm, Fri Jun 10 15:30:42 2005 UTC
# Line 47  do {static struct sigaction action; \ Line 47  do {static struct sigaction action; \
47    
48  #endif  #endif
49    
50    #undef SETUP_SIG_STACK
51    
52  #define ELF_TEXT_BASE  DBEGIN  #define ELF_TEXT_BASE  DBEGIN
53    
54  #undef SET_REAL_MAXPAGE  #undef SET_REAL_MAXPAGE
# Line 80  do {static struct sigaction action; \ Line 82  do {static struct sigaction action; \
82  #undef HAVE_SIGVEC  #undef HAVE_SIGVEC
83  #define HAVE_SIGACTION  #define HAVE_SIGACTION
84  /* make this a noop */  /* make this a noop */
 #define SETUP_SIG_STACK  
85  #ifndef HAVE_SV_ONSTACK  #ifndef HAVE_SV_ONSTACK
86  #define SV_ONSTACK 0  #define SV_ONSTACK 0
87  #endif  #endif
# Line 125  do { int c = 0; \ Line 126  do { int c = 0; \
126    
127    
128  #define INSTALL_SEGMENTATION_CATCHER \  #define INSTALL_SEGMENTATION_CATCHER \
129           (void) signal(SIGSEGV,segmentation_catcher)           (void) gcl_signal(SIGSEGV,segmentation_catcher)
130    
131    
132  /* get the fileno of a FILE* */  /* get the fileno of a FILE* */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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