On Fri, 2003-02-14 at 13:00, Jiahan Chen wrote:

> I'm wondering if the RedHat 7.3 supports POSIX
> shared memory functionality. When I tried to
> port some POSIX code to Linux, and got compililing
> error: can't find mmap.h which is necessary header
> file for POSIX shared memory stuff, such as
> shm_open(), shm_unlink(), mmap()......

man shm_open
or:
map mmap

The man pages will tell you which headers to include.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to