slackbuilds_ponce/libraries/libsigsegv/README
Niels Horn 309970f042 libraries/libsigsegv: Added (handle page faults in user mode)
This library should be part of the clisp package in Slackware, but
it got omitted due to an error in the clisp Makefile.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-11-04 21:59:28 -02:00

7 lines
321 B
Text

libsigsegv is a library for handling page faults in user mode. A page fault
occurs when a program tries to access to a region of memory that is
currently not available.
NOTE:
This overwrites /usr/include/sigsegv.h from clisp (included in Slackware),
but that should not cause any problems, as they are exactly the same.