os2 signal patches

This commit is contained in:
Asbjørn Pettersen
2000-04-29 19:43:14 +00:00
parent c8a2930d4d
commit dec65c76c7
2 changed files with 8 additions and 2 deletions

View File

@ -29,7 +29,10 @@
#include <signal.h>
#include <glib.h>
#ifdef __EMX__
/* hope this is right for OS/2 */
#define SA_RESTART SA_SYSV
#endif
/* GimpRetSigType is a reference
* to a (signal handler) function
* that takes a signal ID and

View File

@ -29,7 +29,10 @@
#include <signal.h>
#include <glib.h>
#ifdef __EMX__
/* hope this is right for OS/2 */
#define SA_RESTART SA_SYSV
#endif
/* GimpRetSigType is a reference
* to a (signal handler) function
* that takes a signal ID and