[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fileno(stdin) versus STDIN_FILENO and friends
- Date: Tue, 15 Mar 2011 09:51:39 +0100
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: fileno(stdin) versus STDIN_FILENO and friends
On 03/15/2011 09:35 AM, Peter Dufault wrote:
> On Mar 14, 2011, at 8:46 , Chris Johns wrote:
>
>>> I think (but don't know, but would like to know) that we're talking about behavior that isn't defined by a standard. If the behavior is defined, then RTEMS should ensure things follow the standard, but I haven't located a definition yet.
>> I do not know of a standard for managing these things inside a process
>> environment. The standards talk about processes and this is what we are
>> attempting to emulate with the shell and telnet. This is what I was
>> referring to.
> In my opinion an RTEMS collection of POSIX threads is a single process.
This is right. RTEMS is a single process.
Ralf