x86-32: Fix typo for mq_getsetattr in syscall table
authorThierry Reding <thierry.reding@avionic-design.de>
Wed, 21 Mar 2012 21:50:08 +0000 (22:50 +0100)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 22 Mar 2012 19:42:41 +0000 (12:42 -0700)
Syscall 282 was mistakenly named mq_getsetaddr instead of mq_getsetattr.
When building uClibc against the Linux kernel this would result in a
shared library that doesn't provide the mq_getattr() and mq_setattr()
functions.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Link: http://lkml.kernel.org/r/1332366608-2695-2-git-send-email-thierry.reding@avionic-design.de
Cc: <stable@vger.kernel.org> v3.3
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found