From mboxrd@z Thu Jan 1 00:00:00 1970 From: Szabolcs Nagy Subject: glibc and linux-man disagrees about pkey_alloc Date: Wed, 16 May 2018 12:10:40 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org To: mtk.manpages@gmail.com Cc: nd@arm.com, linux-man@vger.kernel.org, GNU C Library , Rich Felker List-Id: linux-man@vger.kernel.org glibc sysdeps/unix/sysv/linux/bits/mman-shared.h: int pkey_alloc (unsigned int __flags, unsigned int __access_rights) __THROW; linux-man http://man7.org/linux/man-pages/man2/pkey_alloc.2.html : int pkey_alloc(unsigned long flags, unsigned long access_rights); i assume the documentation should be fixed (as the glibc code is already in use)