>Yup. I think somebody said that mmap() is POSIX. It isn't. Are you sure? http://slacvx.slac.stanford.edu/HELP/POSIX/CALLABLE_FUNCTIONS/MMAP The mmap() function maps process addresses to a memory object. IEEE Std 1003.1b-1993, §12.2.1. C Format #include <sys/mman.h> void *mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t off); Googling for "POSIX mmap" comes up with various hits. But I don't have the stuff to look up. --tom
- Re: the C JIT John Porter
- Re: the C JIT John Porter
- Re: the C JIT John Porter
- Re: RFC 155 - Remove geometric fun... Russ Allbery
- Re: RFC 155 - Remove geometric fun... Nick Ing-Simmons
- Re: RFC 155 - Remove geometric fun... Sam Tregar
- Re: RFC 155 - Remove geometric fun... Nick Ing-Simmons
- Re: RFC 155 - Remove geometric fun... Tom Christiansen
- Re: RFC 155 - Remove geometric fun... Uri Guttman
- Re: RFC 155 - Remove geometric fun... Jarkko Hietaniemi
- Re: RFC 155 - Remove geometric fun... Tom Christiansen
- Re: RFC 155 - Remove geometric fun... Jarkko Hietaniemi
- Re: RFC 155 - Remove geometric fun... Uri Guttman
- Re: RFC 155 - Remove geometric fun... Jarkko Hietaniemi
- Re: RFC 155 - Remove geometric function... Tom Christiansen
- Re: RFC 155 - Remove geometric fun... Dan Sugalski
- Re: RFC 155 - Remove geometric fun... Stephen P. Potter
- Re: RFC 155 - Remove geometric functions from c... Nick Ing-Simmons
- Re: RFC 155 - Remove geometric functions fr... Jarkko Hietaniemi
- Re: RFC 155 - Remove geometric functions from core Tom Christiansen
- Re: RFC 155 - Remove geometric functions from core Michael G Schwern