comp.lang.ada
 help / color / mirror / Atom feed
From: Mark Lorenzen <mark.lorenzen@ofir.dk>
Subject: Re: SIGRTMIN, where is it defined ?
Date: Fri, 09 Jan 2004 01:29:56 +0100
Date: 2004-01-09T01:29:56+01:00	[thread overview]
Message-ID: <m3y8sit14r.fsf@niflheim.malonet> (raw)
In-Reply-To: 73a83911.0401090951.5b97841c@posting.google.com

bdavis9659@comcast.net (bud davis) writes:

> Which package can I "with" to get the value of SIGRTMIN ?
>
> gnat / linux / i386
>
> I would prefer not to hardcode a constant when it "should" come from a
> system level package.
>
> TIA,
> bud davis

SIGRTMIN is a mnemonic for the real-time signal with the smallest
ordinal value of the real-time signals in a POSIX-like operating
system. Note the word "POSIX-like" here: As we are talking about a
POSIX-like operating system, you need a package (or rather several)
that are meant to interface to a POSIX-like operating system.

Fortunately these are standardised in the international standard
ISO/IEC 14519. An implementation of this standard for the GNAT
compiler can be found here: http://libre.act-europe.fr/GNAT . The
implementation is called "Florist".

- Mark Lorenzen



  reply	other threads:[~2004-01-09  0:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-09 17:51 SIGRTMIN, where is it defined ? bud davis
2004-01-09  0:29 ` Mark Lorenzen [this message]
2004-01-09 20:05 ` sk
2004-01-09 22:05 ` David C. Hoos
2004-01-09 22:23 ` David C. Hoos
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox