]> sourceware.org Git - glibc.git/commit
powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 30 Apr 2020 22:49:47 +0000 (15:49 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 1 May 2020 02:12:49 +0000 (19:12 -0700)
commit14f43dd34dcf1ba29386c01cd0b286dffb37412d
treeb9b60d00fc838a5dd6d1e456c8d5c3e7a7b46004
parent6f0baacf0f8920d084c4809ed126ed3e1be34001
powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]

LOADARGS_N in powerpc/sysdep.h uses argN as local variables.  It breaks
when argN is also a function argument.  Rename argN to _argN to avoid
conflict.
sysdeps/unix/sysv/linux/powerpc/sysdep.h
This page took 0.039181 seconds and 5 git commands to generate.