RE: [PATCH v4 3/4] Bring NonStop platform definitions up to date in git-compat-util.h

2018-01-24 Thread Randall S. Becker
On January 24, 2018 4:18 PM, Junio C Hamano wrote: > > "Randall S. Becker" writes: > > >> > +#ifdef __TANDEM > >> > +#if !defined(_THREAD_SUPPORT_FUNCTIONS) && > >> !defined(_PUT_MODEL_) > >> > +/* #include > >> > +

Re: [PATCH v4 3/4] Bring NonStop platform definitions up to date in git-compat-util.h

2018-01-24 Thread Junio C Hamano
Junio C Hamano writes: > "Randall S. Becker" writes: > >>> > +#ifdef __TANDEM >>> > +#if !defined(_THREAD_SUPPORT_FUNCTIONS) && >>> !defined(_PUT_MODEL_) >>> > +/* #include >>> > +*/ >>> > +/*

Re: [PATCH v4 3/4] Bring NonStop platform definitions up to date in git-compat-util.h

2018-01-24 Thread Junio C Hamano
"Randall S. Becker" writes: >> > +#ifdef __TANDEM >> > +#if !defined(_THREAD_SUPPORT_FUNCTIONS) && >> !defined(_PUT_MODEL_) >> > +/* #include >> > +*/ >> > +/* #include */ >> > +#endif >> >>

RE: [PATCH v4 3/4] Bring NonStop platform definitions up to date in git-compat-util.h

2018-01-24 Thread Randall S. Becker
On January 24, 2018 3:36 PM, Junio C Hamano wrote: > randall.s.bec...@rogers.com writes: > > > From: "Randall S. Becker" > > > > Add correct FLOSS (NonStop platform emulation) definitions into > > git-compat-util.h to allow correct emulation of non-platform > > behaviour.

Re: [PATCH v4 3/4] Bring NonStop platform definitions up to date in git-compat-util.h

2018-01-24 Thread Junio C Hamano
randall.s.bec...@rogers.com writes: > From: "Randall S. Becker" > > Add correct FLOSS (NonStop platform emulation) definitions into > git-compat-util.h to allow correct emulation of non-platform > behaviour. Also added NSIG definition that is not explicitly > supplied in