[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BOUNCE rtl@rtlinux.org: Approval required: (fwd)



>From owner-rtl Wed May  9 06:38:41 2001
Received: from hq2.fsmlabs.com (hq2.fsmlabs.com [209.155.42.199])
	by hq.fsmlabs.com (8.11.2/8.11.2) with SMTP id f49CcfJ21567
	for <rtl@fsmlabs.com>; Wed, 9 May 2001 06:38:41 -0600
Received: (qmail 10321 invoked by uid 1002); 9 May 2001 12:31:44 -0000
Date: Wed, 9 May 2001 06:31:44 -0600
From: Victor Yodaiken <yodaiken@fsmlabs.com>
To: rtl@fsmlabs.com
Subject: Re: [rtl] sigprocmask
Message-ID: <20010509063144.G10023@hq2>
References: <200105071528.f47FSYV30745@kanga.hofr.at> <3AF7AA53.8E8183C9@city.dk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.15i
In-Reply-To: <3AF7AA53.8E8183C9@city.dk>; from agn@city.dk on Tue, May 08, 2001 at 10:12:03AM +0200
Organization: FSM Labs


Are you using rtlinux_sigaction (in a Linux user task) or
sigaction (within a RT thread )?


On Tue, May 08, 2001 at 10:12:03AM +0200, root wrote:
> naa... I do not think so
> 
> This function is only available in Linux user processes. RTLinux threads can
> not use this function.
> 
> Taken from the
> "http://www.rtlinux.org/documents/documentation/man_pages/html/rtlinux_sigaction.3.html";
> 
> I am making a kernel module.
> 
> BTW :
> this is taken from the source of rtlinux_signal.c:
> /* XXX: This function (and functions it depends upon) will allow you to
> set
>  * non-existant signals as blocked or unblocked.  Mainly, this is for
> forward
>  * compatibility when we add more signals; please don't abuse it.  -Nathan
> */
> 
> 
> 
> Der Herr Hofrat wrote:
> 
> > > what is wrong with this?
> > > I get a unresolved symbol sigprocmask. I have looked in the header file
> > > posix/signal.h and the finktion is there.
> > >
> > > #include <rtl.h>
> > > #include <rtl_time.h>
> > > #include <rtl_sched.h>
> > > #include <time.h>
> > > #include <posix/signal.h>
> >
> > #include <rtlinux_signal.h>
> >
> > hofrat
> > -- [rtl] ---
> > To unsubscribe:
> > echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
> > echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
> > --
> > For more information on Real-Time Linux see:
> > http://www.rtlinux.org/rtlinux/
> 
> ----- End of forwarded message from owner-rtl@fsmlabs.com -----
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
> echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
> --
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/rtlinux/