From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: See inside for more information Lines: 21 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: X-Trace: /KiKeUHR5mcTEKFW5f1HAanUlhMz9D/d9XpHTILHu8pj1W7v3Y7BTuYMq//qnHLy0XOFE8+AVCDb!tyXDHbc7xPhJP7IKw4LKCNu4hBqStCdqayBy7kgjdd1+sYnNm1X/Rgd33a6FAfAgyvF3 X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 24 Nov 1999 20:10:09 GMT Distribution: world Date: Wed, 24 Nov 1999 20:10:09 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote: > On Wed, 24 Nov 1999, Blackbear wrote: > > mmap() and munmap() are posix functions. > > No, they aren't. They are a popular extension. > > > Since DJGPP doesn't include all of posix > > (because DOS doesn't have the basic functionality) > > Not true. DJGPP does implements all of Posix requirements from a C > library, even though DOS sometimes makes it hard. A handful of > functions, like `fork', always fail, but they *are* provided, and > their number is very small. Which functions always fail? I want to know what to avoid when thinking up algorithms. I don't want to have to design and code, just to learn that a function is not implemented in DJGPP. (I already looked in the 200-page FAQ.)