Remove unused ZEND_STACK_GROWS_DOWNWARDS constant#11762
Conversation
devnexen
left a comment
There was a problem hiding this comment.
Looks good even tough I wonder where HAVE_PTHREAD_ATTR_GET_STACK comes from (typo maybe) as it does not apply for FreeBSD it is pthead_attr_getstack too. Could be fixed separately eventually.
devnexen
left a comment
There was a problem hiding this comment.
Looks good even tough I wonder where HAVE_PTHREAD_ATTR_GET_STACK comes from (typo maybe) as it does not apply for FreeBSD it is pthead_attr_getstack too. Could be fixed separately eventually.
|
@devnexen, when running /* Define to 1 if you have the `pthread_attr_getstack' function. */
#undef HAVE_PTHREAD_ATTR_GETSTACKthen when running /* Define to 1 if you have the `pthread_attr_getstack' function. */
#define HAVE_PTHREAD_ATTR_GETSTACK 1Perhaps it was meant for the |
|
I've changed this into only a single change due to usage of |
|
Thank you! |
Check for pthread_attr_getstack defines HAVE_PTHREAD_ATTR_GETSTACK which is not used in the code.