Date: Tue, 18 Nov 1997 14:57:41 -0800 (PST) From: To: Eli Zaretskii cc: djgpp AT delorie DOT com Subject: Re: POSIX Libraries In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk > On Fri, 14 Nov 1997, DJ Delorie wrote: > > > > Has anyone created POSIX libraries for DOS. > > > > Yes, I did. It's called DJGPP V2. > > Just to explain what DJ said: the DJGPP v2 library is POSIX-compliant. > All POSIX functions are included in libc.a (some of them as stubs, when > DOS doesn't easily support the related functionality). So, if I found a library that did not exist, I would update libc.a and send off the diffs to the appropriate owner? Has anyone made POSIX pThreads available to DOS?