Skip to content

Commit

Permalink
Merge pull request #402 from davearch/fix-232-PTHREAD_STACK_MIN-typo
Browse files Browse the repository at this point in the history
Fix #232, pthread stack min typo
  • Loading branch information
astrogeco authored Apr 15, 2020
2 parents ed2755e + baeb635 commit cf4ef01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/posix/osapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Defines
*/
#ifndef PTHREAD_STACK_MIN
#define PTHREAD_STACK_MIN 8092
#define PTHREAD_STACK_MIN (8*1024)
#endif

/*
Expand Down

0 comments on commit cf4ef01

Please sign in to comment.