Hi, On Sun, Apr 04, 2010 at 12:43:51PM +0200, Samuel Thibault wrote:
> For instance, > fd = open("foo", ...) > c = mmap(fd); > close(fd); > > is supposed to keep c mapped. I don't know if that is the case you are > wondering about. Indeed it was :-) -antrik-