As far as i can tell, minix does not have the 'siginfo.h' header file
in which siginfo_t is defined, so I think this means the porting is on
hold.

Thank you for your time, and I will put the bug report in anyway (if
just for record's sake).
~Alex Ray

2009/3/30 Hans-Bernhard Bröker <hbbroe...@t-online.de>:
> Alexander Ray wrote:
>
>> As far as I can tell 'siginfo_t' is an instance of the 'siginfo'
>> struct, and is declared when 'siginfo' is declared.
>
> No, it's not an instance of it.  siginfo_t is the name of the type of the
> second argument for sigaction() handler functions.  It's assumed to be a
> typedef, probably of some struct, which some implementors might decide to
> name "struct siginfo" --- although that might be considered invasion of
> Standard name space.
>
> Looks like Minix fails to implement POSIX-style realtime signal handling.  I
> have to suggest you write a formal bug report about this on our Bug Tracker
> at SourceForge.net.  But don't hold your breath --- SIGWINCH handling has
> proven tricky enough that people may not want to touch it again without a
> much better reason than this...
>

------------------------------------------------------------------------------
_______________________________________________
Cscope-devel mailing list
Cscope-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cscope-devel

Reply via email to