aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic/msgbuf.h
AgeCommit message (Collapse)AuthorFilesLines
2014-01-20uapi: Use __kernel_ulong_t in struct msqid64_dsH.J. Lu1-5/+5
Both x32 and x86-64 use the same struct msqid64_ds for system calls. But x32 long is 32-bit. This patch replaces unsigned long with __kernel_ulong_t in struct msqid64_ds. Signed-off-by: H.J. Lu <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: H. Peter Anvin <[email protected]>
2012-10-04UAPI: (Scripted) Disintegrate include/asm-genericDavid Howells1-0/+47
Signed-off-by: David Howells <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Michael Kerrisk <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Dave Jones <[email protected]>