Bruno Haible <br...@clisp.org> writes: > Hope you can debug it. I can't — when I give 8 CPUs to my NetBSD VM, > I can't log in to the console any more because every keystroke is repeated > 3 or 4 times.
I'll try to come up with a fix sometime tomorrow or this weekend. Upon first glace I see that NetBSD uses the following struct for pthread_once_t: struct __pthread_once_st { pthread_mutex_t pto_mutex; int pto_done; }; So I wonder if the Cygwin code can be used with some macros to deal with the different field names... Collin