summaryrefslogtreecommitdiff
path: root/libraries/libsigsegv/README
diff options
context:
space:
mode:
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.