Added sigaction.h and sighandler.h to installed headers

This commit is contained in:
2023-11-09 21:16:22 -06:00
parent e52948830e
commit c43b23bed3

View File

@@ -1,2 +1,3 @@
nobase_include_HEADERS = types/status.h types/syscallid.h types/physaddr.h \
types/syscallarg.h sys/syscalls.h types/pid.h types/oid.h
types/syscallarg.h sys/syscalls.h types/pid.h types/oid.h \
types/sigaction.h types/sighandler.h