Re: [PATCH] Prep for nodejs 4.6.1, 6.9.1, 7.0.0 and 7.2.0 (they need ttyname_r and stubs for pthread_barrier*)

2016-12-08 Thread 'Rean Griffith' via OSv Development
That's fair. I'll look into a more appropriate OSv-specific implementations for these functions. Thanks, Rean On Thursday, December 8, 2016, Nadav Har'El wrote: > > On Thu, Dec 8, 2016 at 10:01 AM, 'rean' via OSv Development < > osv-dev@googlegroups.com > > wrote: > >> Signed-off-by: rean > >

Re: [PATCH] Prep for nodejs 4.6.1, 6.9.1, 7.0.0 and 7.2.0 (they need ttyname_r and stubs for pthread_barrier*)

2016-12-08 Thread Nadav Har'El
On Thu, Dec 8, 2016 at 10:01 AM, 'rean' via OSv Development < osv-dev@googlegroups.com> wrote: > Signed-off-by: rean > --- > Makefile| 1 + > libc/pthread.cc | 20 > libc/pthread.hh | 6 ++ > 3 files changed, 27 insertions(+) > > diff --git a/Makefile b/Makefil

[PATCH] Prep for nodejs 4.6.1, 6.9.1, 7.0.0 and 7.2.0 (they need ttyname_r and stubs for pthread_barrier*)

2016-12-08 Thread 'rean' via OSv Development
Signed-off-by: rean --- Makefile| 1 + libc/pthread.cc | 20 libc/pthread.hh | 6 ++ 3 files changed, 27 insertions(+) diff --git a/Makefile b/Makefile index 9182618..1995882 100644 --- a/Makefile +++ b/Makefile @@ -1653,6 +1653,7 @@ libc += unistd/getppid.o l