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 > >> > + > >> > +*/ > >> > +/* #include */ #endif > >> > >> The above adds a conditional

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 >>> > +*/ >>> > +/* #include */ >>> > +#endif >>> >>> The above adds a conditional no-op? That's confusing... >> >> We

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 >> >> The above adds a conditional no-op? That's confusing... > > We are trying to make PUT work with git on

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. Also added NSIG definiti

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 signal.h on platform. > >

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

2018-01-21 Thread randall . s . becker
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 signal.h on platform. Signed-off-by: Randall S. Becker --- git-compat-