m4 porting to z/OS - gnulib fix - obstack.h

2023-03-27 Thread Harithamma D
Hi Team, I am porting m4 to z/OS and came across following compilation error related to gnulib: In file included from ./builtin.c:25: In file included from ./m4.h:50: ../lib/obstack.h:229:8: error: unknown attribute '_Noreturn' ignored [-Werror,-Wunknown-attributes] extern __attribute_noreturn_

RE: GNU lib - z/OS thread related fix

2023-03-16 Thread Harithamma D
: bug-gnulib@gnu.org , Harithamma D Cc: Igor Todorovski , Mike Fulton Subject: [EXTERNAL] Re: GNU lib - z/OS thread related fix Hi Harithamma, > PFA zip with all files. > I have not configured --enable-threads option. Thank you. >From the included configure file, I can see that you ar

GNU lib - z/OS thread related fix

2023-03-07 Thread Harithamma D
Hi Team, I am porting m4 to z/OS and came across following compilation error related to gnulib: glthread/thread.c:206:1: error: unknown type name 'gl_thread_t'; did you mean 'pthread_t'? gl_thread_t ^~~ pthread_t /usr/include/le/sys/types.h:288:13: note: 'pthread_t' declared here