[GB.SIGNAL]
* BUG: Remove an apparently useless type definition, and fix compilation on recent Linux kernels. git-svn-id: svn://localhost/gambas/trunk@4902 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
95a0f6c319
commit
bbe3baa41e
1 changed files with 4 additions and 2 deletions
|
@ -40,10 +40,12 @@
|
|||
#define SIGPWR -1
|
||||
#endif
|
||||
|
||||
#if !defined(OS_BSD) && !defined(OS_CYGWIN)
|
||||
// How could the following fix a BSD warning if it is not compiled on BSD systems?
|
||||
|
||||
/*#if !defined(OS_BSD) && !defined(OS_CYGWIN)
|
||||
typedef
|
||||
struct siginfo siginfo_t;
|
||||
#endif
|
||||
#endif*/
|
||||
|
||||
// The -1 signal is used for ignored signal numbers
|
||||
|
||||
|
|
Loading…
Reference in a new issue