Hi everyone, I'm using mmap to map a large file in to my proc's as. Thereafter i want to munmap a small chunk in "middle" of it. I tried munmap but got "Invalid arguments" error. munmap manpage says that the addr passed to munmap should be same as used in earlier mmap call or else unpredictable response.
Is there any workaround available for such an attempt? awaiting response anxiously, Manu
_______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
