ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/video_vosf.h
(Generate patch)

Comparing BasiliskII/src/Unix/video_vosf.h (file contents):
Revision 1.4 by gbeauche, 2000-10-02T17:52:42Z vs.
Revision 1.5 by cebix, 2000-10-08T18:41:35Z

# Line 290 | Line 290 | static bool Screen_fault_handler_init()
290          // Setup SIGSEGV handler to process writes to frame buffer
291          sigemptyset(&vosf_sa.sa_mask);
292          vosf_sa.sa_sigaction = Screen_fault_handler;
293 <        vosf_sa.sa_flags = 0;
293 >        vosf_sa.sa_flags = SA_SIGINFO;
294          return (sigaction(SIGSEGV, &vosf_sa, NULL) == 0);
295   }
296   #elif defined(HAVE_SIGCONTEXT_SUBTERFUGE)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines