slackbuilds_ponce/libraries/libsigsegv
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
..
libsigsegv.info libraries/libsigsegv: Added (handle page faults in user mode) 2011-11-04 21:59:28 -02:00
libsigsegv.SlackBuild libraries/libsigsegv: Added (handle page faults in user mode) 2011-11-04 21:59:28 -02:00
README libraries/libsigsegv: Added (handle page faults in user mode) 2011-11-04 21:59:28 -02:00
slack-desc libraries/libsigsegv: Added (handle page faults in user mode) 2011-11-04 21:59:28 -02:00

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.