diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-02 02:21:18 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | f82d8c7d979775e56dcb8b54067b5f67483b420f (patch) | |
tree | 43b4d10a38af88590325e6bdf6514bf05c991297 /libraries/libsigsegv/README | |
parent | 5a4da447be6cd3abbb3880b599d380087e72c152 (diff) | |
download | slackbuilds-f82d8c7d979775e56dcb8b54067b5f67483b420f.tar.gz |
libraries/libsigsegv: Removed (included in Slackware 14.2)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libsigsegv/README')
-rw-r--r-- | libraries/libsigsegv/README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libraries/libsigsegv/README b/libraries/libsigsegv/README deleted file mode 100644 index 83a4a08cd4..0000000000 --- a/libraries/libsigsegv/README +++ /dev/null @@ -1,7 +0,0 @@ -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. |