commit | bff0b0fe903868a08f18d170a308e76d497b7fbb | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Nov 16 19:56:10 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Fri Mar 29 21:14:57 2019 +0000 |
tree | 95af1ab6c7b68cdb932bcb28c6e6773fc904871f | |
parent | e847ef8bbd5accd36a3287c686894418721c6798 [diff] [blame] |
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>
diff --git a/.gitignore b/.gitignore index f58f9f5..b7f492b 100644 --- a/.gitignore +++ b/.gitignore
@@ -44,3 +44,4 @@ /test/handle/copyable /test/handle/managed /test/signal +/test/util/cexec