[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom [root <agn@city.dk>] (fwd)
- To: rtl@rtlinux.org
- Subject: BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom [root <agn@city.dk>] (fwd)
- From: Der Herr Hofrat <der.herr@hofr.at>
- Date: Tue, 8 May 2001 11:25:00 +0200 (CEST)
>From owner-rtl Tue May 8 02:15:13 2001
Received: from kalman.iau.dtu.dk (kalman.iau.dtu.dk [192.38.66.22])
by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f488FCJ20080
for <rtl@fsmlabs.com>; Tue, 8 May 2001 02:15:12 -0600
Received: from city.dk (IDENT:root@xterm39 [192.38.66.79])
by kalman.iau.dtu.dk (8.9.3/8.9.3) with ESMTP id KAA08817
for <rtl@fsmlabs.com>; Tue, 8 May 2001 10:10:41 +0200
Sender: root@kalman.iau.dtu.dk
Message-ID: <3AF7AA53.8E8183C9@city.dk>
Date: Tue, 08 May 2001 10:12:03 +0200
From: root <agn@city.dk>
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.1-rtl i686)
X-Accept-Language: en
MIME-Version: 1.0
To: rtl@fsmlabs.com
Subject: Re: [rtl] sigprocmask
References: <200105071528.f47FSYV30745@kanga.hofr.at>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
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 -----