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/README | |
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/README')
-rw-r--r-- | libraries/libsigsegv/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libsigsegv/README b/libraries/libsigsegv/README new file mode 100644 index 0000000000..83a4a08cd4 --- /dev/null +++ b/libraries/libsigsegv/README @@ -0,0 +1,7 @@ +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. |