diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-10-28 08:56:12 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-11-04 21:59:28 -0200 |
commit | 309970f0425b8d97bf5fb74c9a49fc83ac8ee007 (patch) | |
tree | c6557067a43b457445b7c75108b39c4017d01ff0 /libraries/libsigsegv/slack-desc | |
parent | 32dbe4cecea1eb62e6dfebff91df653b3e6755b3 (diff) | |
download | slackbuilds-309970f0425b8d97bf5fb74c9a49fc83ac8ee007.tar.gz |
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>
Diffstat (limited to 'libraries/libsigsegv/slack-desc')
-rw-r--r-- | libraries/libsigsegv/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libsigsegv/slack-desc b/libraries/libsigsegv/slack-desc new file mode 100644 index 0000000000..f1200ef920 --- /dev/null +++ b/libraries/libsigsegv/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +libsigsegv: libsigsegv (handle page faults in user mode) +libsigsegv: +libsigsegv: libsugsegv is a library for handling page faults in user mode. A page +libsigsegv: fault occurs when a program tries to access to a region of memory that +libsigsegv: is currently not available. +libsigsegv: +libsigsegv: Homepage: http://www.gnu.org/s/libsigsegv/ +libsigsegv: +libsigsegv: +libsigsegv: +libsigsegv: |