Index: sigproc.cc =================================================================== RCS file: /cvs/src/src/winsup/cygwin/sigproc.cc,v retrieving revision 1.72 diff -u -p -2 -r1.72 sigproc.cc --- sigproc.cc 2001/02/10 04:20:52 1.72 +++ sigproc.cc 2001/02/20 15:57:48 @@ -900,5 +900,5 @@ getsem (_pinfo *p, const char *str, int DWORD winpid = GetCurrentProcessId (); - h = CreateSemaphore (allow_ntsec ? sec_user (sa_buf) : &sec_none_nih, + h = CreateSemaphore (allow_ntsec ? sec_user_nih (sa_buf) : &sec_none_nih, init, max, str = shared_name (str, winpid)); p = myself;