Skip to content

Commit

Permalink
added parenthesis to avoid operator order problems
Browse files Browse the repository at this point in the history
  • Loading branch information
davearch committed Apr 1, 2020
1 parent 2f81e64 commit baeb635
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 8*1024
#define PTHREAD_STACK_MIN (8*1024)
#endif

/*
Expand Down

0 comments on commit baeb635

Please sign in to comment.