[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:
Benoît Minisini 2012-07-07 22:18:14 +00:00
parent 95a0f6c319
commit bbe3baa41e

View file

@ -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