Re: [PATCH 3/3] sysinit: Do not open console when just referencing reentrancy structure.

2021-05-27 Thread Gedare Bloom
Probably. On Thu, May 27, 2021 at 9:00 PM Joel Sherrill wrote: > > I have already pushed it. Does a ticket need to be manually closed? > > On Thu, May 27, 2021, 9:29 PM Gedare Bloom wrote: >> >> The patch set looks ok, fixing the ticket number on 2/3. >> >> On Fri, May 21, 2021 at 3:36 PM Joel S

Re: [PATCH 3/3] sysinit: Do not open console when just referencing reentrancy structure.

2021-05-27 Thread Joel Sherrill
I have already pushed it. Does a ticket need to be manually closed? On Thu, May 27, 2021, 9:29 PM Gedare Bloom wrote: > The patch set looks ok, fixing the ticket number on 2/3. > > On Fri, May 21, 2021 at 3:36 PM Joel Sherrill wrote: > > > > This change eliminates a system initialization depend

Re: [PATCH 3/3] sysinit: Do not open console when just referencing reentrancy structure.

2021-05-27 Thread Gedare Bloom
The patch set looks ok, fixing the ticket number on 2/3. On Fri, May 21, 2021 at 3:36 PM Joel Sherrill wrote: > > This change eliminates a system initialization dependentcy which resulted > in an application without a file system or console referencing errno being > forced to include the code to

[PATCH 3/3] sysinit: Do not open console when just referencing reentrancy structure.

2021-05-21 Thread Joel Sherrill
This change eliminates a system initialization dependentcy which resulted in an application without a file system or console referencing errno being forced to include the code to open(/dev/console), close(), atexit(), and the unmount infrastructure. Closes #4439. --- cpukit/include/rtems/confdefs