diff options
author | Samuel Holland <samuel@sholland.org> | 2018-01-14 23:24:00 -0600 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-01-15 00:02:54 -0600 |
commit | b087b07c9649b7e4398093720ebcf96f205c2c49 (patch) | |
tree | acebc421da0f1dcf3325178d6569bfd57d23abec /Makefile | |
parent | 900ab571ba496f73b1e66204f8c66560afda29e6 (diff) | |
download | gcompat-b087b07c9649b7e4398093720ebcf96f205c2c49.tar.gz gcompat-b087b07c9649b7e4398093720ebcf96f205c2c49.tar.bz2 gcompat-b087b07c9649b7e4398093720ebcf96f205c2c49.tar.xz gcompat-b087b07c9649b7e4398093720ebcf96f205c2c49.zip |
error: Implement the error function
This follows the exceptionally-detailed functional description in the
manual page.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ LIBGCOMPAT_INCLUDE = \ libgcompat/alias.h LIBGCOMPAT_SRC = \ libgcompat/dlfcn.c \ + libgcompat/error.c \ libgcompat/execinfo.c \ libgcompat/gnulib.c \ libgcompat/grp.c \ |