From b087b07c9649b7e4398093720ebcf96f205c2c49 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sun, 14 Jan 2018 23:24:00 -0600 Subject: error: Implement the error function This follows the exceptionally-detailed functional description in the manual page. Signed-off-by: Samuel Holland --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b5fda64..2ff1495 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3-60-g2f50