Mail Archives: djgpp-workers/1997/06/25/18:53:27
> > Does mprotect() get 'any' address ? Or does it need that the passed
> > address is aligned on a page start ? What happens if it's not aligned ?
> mprotect rounds down to the nearest 4096 boundary and up to the nearest
> boundary, so you had better align things yourself if you don't want to be
> surprised.
> > > You may find some unix code will work out of the box with this call :-)
> > Really a good thing :-)
> If you find any missing constants or macros in unix code which DJGPP could
> implement, please send patches!
I may have missed bits of this thread, but what about things implemented
in dmalloc()...
Leathal.
- Raw text -