Date: Wed, 24 Nov 1999 15:53:47 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Blackbear cc: djgpp AT delorie DOT com Subject: Re: See inside for more information In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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 handfull of functions, like `fork', always fail, but they *are* provided, and their number is very small.