function msync()

I found in /usr/include/sys/mman.h function msync() defined as
#------
extern int msync(const void *addr, size_t len, int flag);
#------
but i can’t find the library I’d linking for. :cry:

If my memory is right, the entry in mman.h shouldn’t be there, it’s an error. That is why you can’t find the proper library ;-)