From 08fb973e0960c4fac1d1181aa58d93cf52832b83 Mon Sep 17 00:00:00 2001 From: Sean Baxter Date: Fri, 4 Jun 2021 22:27:43 -0400 Subject: [PATCH] Update stack_traits.cpp --- src/posix/stack_traits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posix/stack_traits.cpp b/src/posix/stack_traits.cpp index ca420888..a1086f78 100644 --- a/src/posix/stack_traits.cpp +++ b/src/posix/stack_traits.cpp @@ -114,7 +114,7 @@ stack_traits::maximum_size() BOOST_NOEXCEPT_OR_NOTHROW { #endif #ifdef UDEF_SIGSTKSZ -# undef SIGSTKSZ; +# undef SIGSTKSZ #endif #ifdef UDEF_MINSIGSTKSZ