Re: [PATCH] c-user: Document global construction

2017-11-22 Thread Joel Sherrill
On Wed, Nov 22, 2017 at 3:31 PM, Chris Johns wrote: > On 22/11/2017 23:42, Sebastian Huber wrote: > > +Global Construction > > +--- > > + > > +The global construction is carried out by the first Classic API > initialization > > +task. If no Classic API initialization task exists,

Re: [PATCH] c-user: Document global construction

2017-11-22 Thread Chris Johns
On 22/11/2017 23:42, Sebastian Huber wrote: > +Global Construction > +--- > + > +The global construction is carried out by the first Classic API > initialization > +task. If no Classic API initialization task exists, then it is carried out > by > +the first POSIX API initializati

[PATCH] c-user: Document global construction

2017-11-22 Thread Sebastian Huber
Close #3243. --- c-user/fatal_error.rst| 5 c-user/initialization.rst | 60 +++ 2 files changed, 60 insertions(+), 5 deletions(-) diff --git a/c-user/fatal_error.rst b/c-user/fatal_error.rst index 320227b..090850d 100644 --- a/c-user/fatal_err