[PATCH] cygwin: update child info magic

2016-02-11 Thread Yaakov Selkowitz
winsup/cygwin/ * child_info.h (CURR_CHILD_INFO_MAGIC): Update. Signed-off-by: Yaakov Selkowitz --- winsup/cygwin/child_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h index ddd5b8b..c11040c 100644

[PATCH] cygwin: fix errors with GCC 5

2016-02-11 Thread Yaakov Selkowitz
GCC 5 switched from C89 to C11 by default, which implies a change from GNU to C99 inline. winsup/cygwin/ * exceptions.cc (exception::handle): Fix always-true boolean comparison warning. * include/cygwin/config.h (__getreent): Mark gnu_inline. * winbase.h (il

Re: [PATCH][RFC] POSIX barrier implementation, take 1

2016-02-11 Thread Corinna Vinschen
Hi Václav, On Feb 11 14:30, Václav Haisman wrote: > Hi. > > I am attaching a patch that adds (or tries to) POSIX barriers > implementation into Cygwin. I have compiled it but not actually tested > it, yet. I am dumping it here just in case I get run over by a bus on > my way home. :) Uh oh, plea

[PATCH][RFC] POSIX barrier implementation, take 1

2016-02-11 Thread Václav Haisman
Hi. I am attaching a patch that adds (or tries to) POSIX barriers implementation into Cygwin. I have compiled it but not actually tested it, yet. I am dumping it here just in case I get run over by a bus on my way home. :) -- VH diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/incl