Skip to content

Commit

Permalink
Merge pull request #173 from seanbaxter/patch-1
Browse files Browse the repository at this point in the history
Update stack_traits.cpp
  • Loading branch information
olk authored Jun 5, 2021
2 parents d1d39c8 + 08fb973 commit 131ec9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posix/stack_traits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ stack_traits::maximum_size() BOOST_NOEXCEPT_OR_NOTHROW {
#endif

#ifdef UDEF_SIGSTKSZ
# undef SIGSTKSZ;
# undef SIGSTKSZ
#endif

#ifdef UDEF_MINSIGSTKSZ
Expand Down

0 comments on commit 131ec9d

Please sign in to comment.