Skip to content
Snippets Groups Projects
Commit 412b85ec authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Added linux patch

parent 7b115db7
No related branches found
No related tags found
Loading
......@@ -170,7 +170,7 @@
* call signal or sigset (signal does not block the signal while
* in the handler on sys v and sigset does not exist on bsd)
*/
#ifdef SYSV
#if defined(SYSV) && !defined(linux)
#define SIGNAL sigset
#else
#define SIGNAL signal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment