rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
892 stars 209 forks source link

configure: Define _GNU_SOURCE when checking for pthread_setname_np #237

Closed fweimer-rh closed 1 year ago

fweimer-rh commented 1 year ago

Previously, the test would always fail with compilers that do not support implicit function declarations because the pthread_setname_np function was not declared.

Related to: