diff options
| author | William A. Kennington III <wak@google.com> | 2018-11-16 19:56:10 -0800 |
|---|---|---|
| committer | William A. Kennington III <wak@google.com> | 2019-03-29 21:14:57 +0000 |
| commit | bff0b0fe903868a08f18d170a308e76d497b7fbb (patch) | |
| tree | 95af1ab6c7b68cdb932bcb28c6e6773fc904871f /src/Makefile.am | |
| parent | e847ef8bbd5accd36a3287c686894418721c6798 (diff) | |
| download | stdplus-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.am | 2 |
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 |

