All of lore.kernel.org
 help / color / mirror / Atom feed
* glibc and linux-man disagrees about pkey_alloc
@ 2018-05-16 11:10 Szabolcs Nagy
  2018-05-16 11:19 ` Dmitry V. Levin
  2018-05-16 14:36 ` Florian Weimer
  0 siblings, 2 replies; 6+ messages in thread
From: Szabolcs Nagy @ 2018-05-16 11:10 UTC (permalink / raw)
  To: mtk.manpages; +Cc: nd, linux-man, GNU C Library, Rich Felker

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)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-18 15:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-16 11:10 glibc and linux-man disagrees about pkey_alloc Szabolcs Nagy
2018-05-16 11:19 ` Dmitry V. Levin
2018-05-16 11:33   ` Szabolcs Nagy
2018-05-18 15:26     ` Michael Kerrisk (man-pages)
2018-05-16 14:36 ` Florian Weimer
2018-05-16 15:18   ` Rich Felker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.