summaryrefslogtreecommitdiffstats
path: root/libraries/libsigsegv/README
diff options
context:
space:
mode:
author Niels Horn2011-10-28 15:56:12 +0200
committer Niels Horn2011-11-05 00:59:28 +0100
commit309970f0425b8d97bf5fb74c9a49fc83ac8ee007 (patch)
treec6557067a43b457445b7c75108b39c4017d01ff0 /libraries/libsigsegv/README
parent32dbe4cecea1eb62e6dfebff91df653b3e6755b3 (diff)
downloadslackbuilds-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/README7
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.