bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help needed (MinGW)


From: Bruno Haible
Subject: Re: Help needed (MinGW)
Date: Wed, 03 Jan 2018 23:42:24 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-101-generic; KDE/5.18.0; x86_64; ; )

Tim Ruehsen wrote:
> In the -E output there is
> # 593 "./signal.h" 3
> extern int 0
>                                                                        
>    ;
> 
> Line #593-594 in signal.h is:
> _GL_FUNCDECL_SYS (pthread_sigmask, int,
>                   (int how, const sigset_t *new_mask, sigset_t
> *old_mask));

It looks like there is a definition
  #define pthread_sigmask(how,newmask,oldmask) 0
somewhere. Gnulib does not contain such a definition of pthread_sigmask.
Therefore I guess that it comes from the mingw header files. How does
the definition/declaration of pthread_sigmask look like, in the mingw header
files?

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]