fix broken siginfo_t with _GNU_SOURCE defined
this bug was introduced in a recent patch. the problem we're working around is that broken GNU software wants to use "struct siginfo" rather than "siginfo_t", but "siginfo" is not in the reserved namespace and thus not legal for the standard header to use.
Showing
想要评论请 注册 或 登录