You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2020/06/02 09:20:19 UTC

[GitHub] [thrift] emmenlau commented on pull request #2016: TNonblockingSSLServerTest.cpp: add missing include signal.h on Linux

emmenlau commented on pull request #2016:
URL: https://github.com/apache/thrift/pull/2016#issuecomment-637410945


   Rebased on latest master. This PR addresses a minor issue that some Linux platforms require including `<signal.h>` where others seem not to urgently require it. I've also changed the `#ifdef __linux__` to `#ifdef HAVE_SIGNAL_H` that is also used in other places across all files.
   
   Please review.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org