On 05/02/2016 07:58 PM, Jörn Engel wrote: > The manpage seems to have the wrong type for "addr". > > Manpage: > int get_mempolicy(int *mode, unsigned long *nodemask, > unsigned long maxnode, unsigned long addr, > unsigned long flags); > > /usr/include/numaif.h: > extern long get_mempolicy(int *policy, const unsigned long *nmask, > unsigned long maxnode, void *addr, int flags); > > Jörn Hmmm -- it seems that the numactl package headers differ from the kernel headers (where the man page is accurate). But, it seems like the man page should reflect what's in the user-space header file, so I fixed it to be void *addr Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html