summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-11-16 19:56:10 -0800
committerWilliam A. Kennington III <wak@google.com>2019-03-29 21:14:57 +0000
commitbff0b0fe903868a08f18d170a308e76d497b7fbb (patch)
tree95af1ab6c7b68cdb932bcb28c6e6773fc904871f /src/Makefile.am
parente847ef8bbd5accd36a3287c686894418721c6798 (diff)
downloadstdplus-bff0b0fe903868a08f18d170a308e76d497b7fbb.tar.gz
stdplus-bff0b0fe903868a08f18d170a308e76d497b7fbb.zip
util/cexec: Implement exception helpers
See src/stdplus/util/cexec.hpp callCheckErrno for the motivation behind this change. Change-Id: I0225b87398b632624f2ef8ccd6c00b5dd6b7e056 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d45007e..2c1f835 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,3 +10,5 @@ nobase_include_HEADERS += stdplus/handle/managed.hpp
nobase_include_HEADERS += stdplus/signal.hpp
libstdplus_la_SOURCES += stdplus/signal.cpp
+
+nobase_include_HEADERS += stdplus/util/cexec.hpp
OpenPOWER on IntegriCloud