]> Kevux Git Server - fll/commit
Update: add signal code support to f_errors and move error code starting point to 166
authorKevin Day <thekevinday@gmail.com>
Wed, 31 Dec 2014 02:37:46 +0000 (20:37 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 31 Dec 2014 02:40:00 +0000 (20:40 -0600)
commite362781ab4c8bd8f2d269280959c796f8284ab4e
tree09eaf27d653870ff9a012de52d7af8debec4d3b6
parentfcdebdee58ab17a5b7915c2b278b546f284a8db8
Update: add signal code support to f_errors and move error code starting point to 166

Signals are used as the high order bits in a process that exits, which is where I provide error and similar return codes.
For this reason I am adding wrappers to the x86 signal codes in f_errors instead of a separate custom project such as the non-existant f_signals.

It looks like bash mixes the exit codes and signals into the numbers 129 to 165, so start with 166 as well.
level_0/f_errors/c/errors.h