|
Author:
{u'username': u'RedBeard0531', u'name': u'Mathias Stearn', u'email': u'mathias@10gen.com'}
Message: SERVER-28197 Fix pthread_setname_np check
Without this change, I get the following error and it detects that I don't
have pthread_setname_np.
build/opt/scons/sconf_temp/conftest_49.cpp:2:0: error: "_GNU_SOURCE" redefined [-Werror]
#define _GNU_SOURCE
<command-line>:0:0: note: this is the location of the previous definition
cc1plus: all warnings being treated as errors
Branch: master
https://github.com/mongodb/mongo/commit/259fed1b72cf3145948068002bdb2cdb94b40d0d
|