uapi: Use __kernel_long_t in struct mq_attr
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 27 Dec 2013 22:14:24 +0000 (14:14 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Jan 2014 22:45:33 +0000 (14:45 -0800)
commit63159f5dcccb3858d88aaef800c4ee0eb4cc8577
tree9352cb8841536b0822bbe2b2b70d2c9ee5b0f318
parentf8dcdf0130d3ba34f8f7531af7c45616efe1e32e
uapi: Use __kernel_long_t in struct mq_attr

Both x32 and x86-64 use the same struct mq_attr for system calls.  But
x32 long is 32-bit. This patch replaces long with __kernel_long_t in
struct mq_attr.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Link: http://lkml.kernel.org/r/1388182464-28428-9-git-send-email-hjl.tools@gmail.com
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
include/uapi/linux/mqueue.h