RE: porting stdioext to HP-NonStop

2010-12-23 Thread Joachim Schmitz
not being available Bye, Jojo -Original Message- From: Bruno Haible [mailto:br...@clisp.org] Sent: Thursday, December 23, 2010 1:50 PM To: Joachim Schmitz Cc: bug-gnulib@gnu.org Subject: Re: porting stdioext to HP-NonStop Joachim Schmitz wrote: > Our select() needs (for fd_set and frie

Re: porting stdioext to HP-NonStop

2010-12-23 Thread Bruno Haible
Joachim Schmitz wrote: > Our select() needs (for fd_set and friends), I added this to > gllib/sys_select.in.h gnulib's lib/sys_select.in.h already contains an inclusion of . What was the symptom that you observed? Bruno

RE: porting stdioext to HP-NonStop

2010-12-23 Thread Joachim Schmitz
ts/test-sigaction.c", line 67: error(114): identifier "SA_RESETHAND" is undefined ... ASSERT ((old_sa.sa_flags & MASK_SA_FLAGS) == 0); ^ "/usr/local/Floss/gnulib/testdir-posix/gltests/test-sigaction.c", line 97: error(114): identifier "

RE: porting stdioext to HP-NonStop

2010-12-22 Thread Joachim Schmitz
al Message- From: Bruno Haible [mailto:br...@clisp.org] Sent: Wednesday, December 22, 2010 3:37 PM To: Joachim Schmitz Cc: bug-gnulib@gnu.org; 'Eric Blake'; 'Chet Ramey' Subject: Re: porting stdioext to HP-NonStop Hi Joachim, > I believe I did this earlier and sen

Re: porting stdioext to HP-NonStop

2010-12-22 Thread Bruno Haible
Hello Joachim, > $ ./stdioext-flags > #define _IOERR 0x40 > #define _IOREAD 0x80 > #define _IOWRT 0x4 > #define _IORW 0x100 > #define _IORW 0x100 > > Very nice. > > Downloaded, unpacked, modified gllib/stdio-impl.h as per above, configured, > compiled, checked, all 33 tests p

Re: porting stdioext to HP-NonStop

2010-12-22 Thread Bruno Haible
Hi Joachim, > I believe I did this earlier and sent you some patches, back in early > October this year and from my company email account (schm...@hp.com), > in connection with getting ACL support to work for HP-NonStop. Yes, but there were too many TODOs in these patches, and you didn't use a te