[git commit master] prctl: silence shadow warnings

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Feb 5 18:19:08 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=df1580676a48dc3a9faf7e508ad3ec822a8e5a05
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/common/prctl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/sysdeps/linux/common/prctl.c b/libc/sysdeps/linux/common/prctl.c
index a6764c5..39c0d4f 100644
--- a/libc/sysdeps/linux/common/prctl.c
+++ b/libc/sysdeps/linux/common/prctl.c
@@ -13,5 +13,5 @@
 
 #ifdef __NR_prctl
 extern int prctl (int, long, long, long, long);
-_syscall5(int, prctl, int, option, long, arg2, long, arg3, long, arg4, long, arg5)
+_syscall5(int, prctl, int, option, long, _a2, long, _a3, long, _a4, long, _a5)
 #endif
-- 
1.6.3.3



More information about the uClibc-cvs mailing list