[fpc-pascal]sigaddset, sigfillset, sigaddset, sigdelset, sigismember... all missing?
Stephen Hurd
shurd at sasktel.net
Wed Jun 4 03:24:47 CEST 2003
On Mon, 02 Jun 2003 11:20:53 +0200 (W. Europe Daylight Time)
Michael Van Canneyt <michael.vancanneyt at wisa.be> wrote:
>
>
> On Mon, 2 Jun 2003, Stephen Hurd wrote:
>
> > I can't seem to find any correct way of manipulating SigSets in freepascal...
> > although sigprocmask and sigpending are implemented, how have these been
> > tested? How am I supposed to add something to a sigmask?
>
> They have not been implemented but it should be easy to do it yourself,
> it's just setting some bits in an array.
>
> in the 1.1 version, the functions have been implemented. Here is the
> implementation:
Excellent... I was just wondering if I was missing something.
Thank you very much.
More information about the fpc-pascal
mailing list