From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Kerrisk (man-pages)" Subject: Re: Missing include in mbind(2) and set_mempolicy(2) manpages? Date: Mon, 23 Jan 2017 12:57:43 +1300 Message-ID: References: <1d46ea2d-0076-603d-d922-1f414c91cea2@suse.cz> Reply-To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=lvjp2/YcmkstBFYOQBhySRd8eDQmfOf+ebz7MxEfmRs=; b=hyyPJRzx1IRgm3J0dU8OWhTIlSy1P4cPFfOV/SAmrXgMAYnAGbEq48q+bscvBDFagb /0y2gCR+FqD2f8S1GLkb+Is6eVh1a562+blOvkK/2Sxne/SBY6+p8DsGeN8KNFmzd2qz Fih7oHOAFS/vj67EEoalbLay/1/4y5AOoGjkMML8n+wuGdLItQ3aUaeyXctaQBNkknms lKomRd0pr1yBWJfDm/RlORmQIHyj4fBzjjT168qFOA33EDdyiFFrcPIGZ3U1/jYCELn/ XpP5sROFEzKqoE4Is8FmH2PND9UO+mAeF9N+Czznlj/NVda4QFBo5BRrmK2DSY/QwScs mlUw== In-Reply-To: <1d46ea2d-0076-603d-d922-1f414c91cea2-AlSwsSmVLrQ@public.gmane.org> Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Vlastimil Babka , Filipe Brandenburger , Andi Kleen Cc: "linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , linux-numa Andi, Filipe, See the bug report below. I think the problem is rather that the header files should be fixed. Why are MPOL_F_STATIC_NODES and MPOL_F_RELATIVE_NODES not declared in numaif.h, whereas the other MPOL_* constants are? Cheers, Michael On 19 January 2017 at 01:05, Vlastimil Babka wrote: > Hi, > > the two manpages state that you have to #include > But apparently this is not enough when one wants to use the > MPOL_F_STATIC_NODES or MPOL_F_RELATIVE_NODES flag. With grep I found that > these are defined in linux/mempolicy.h. > > This is on openSUSE Tumbleweed, numaif.h comes from > libnuma-devel-2.0.10-5.7.x86_64 (I checked upstream 2.0.11 tarball, no > difference here). > linux/mempolicy.h is from linux-glibc-devel-4.8-1.1.noarch > > Thanks, > Vlastimil -- 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-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html