]> Savannah Git Hosting - gnulib.git/commit
pthread_sigmask: discount system version if a simple macro
authorPavel Fedin <p.fedin@samsung.com>
Mon, 1 Jun 2015 06:43:07 +0000 (09:43 +0300)
committerPádraig Brady <P@draigBrady.com>
Mon, 1 Jun 2015 11:29:27 +0000 (12:29 +0100)
commitf39477dba778e99392948dd3dd19ec0d46aee932
treeb9b5ae58758c807a8be936e0b7fb244d4a1d7e3b
parent8c9cfa07e6eb6a3365a516c90568fc6c5f3fcd34
pthread_sigmask: discount system version if a simple macro

MinGW64 has: #define pthread_sigmask(H, S1, S2) 0

* m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Call the
function to ensure it's available.
ChangeLog
m4/pthread_sigmask.m4