diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-07-29 22:53:28 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-05 04:27:03 -0400 |
commit | 3fad53ec87945e61015913f2d09271573504a1e9 (patch) | |
tree | b4c032af8702d5ae5f228af9ff3d29b415331293 /csu | |
parent | 1b15ff4810748abee11b949e6faa115f3f2d20f4 (diff) | |
download | glibc-3fad53ec87945e61015913f2d09271573504a1e9.tar.gz glibc-3fad53ec87945e61015913f2d09271573504a1e9.tar.xz glibc-3fad53ec87945e61015913f2d09271573504a1e9.zip |
nptl: fix set-but-unused warning w/_STACK_GROWS_UP
On arches that set _STACK_GROWS_UP, the stacktop variable is declared and set, but never actually used. Refactor the code a bit so that the variable is only declared/set under _STACK_GROWS_DOWN settings.
Diffstat (limited to 'csu')
0 files changed, 0 insertions, 0 deletions