diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-20 15:04:54 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-07-20 15:04:54 -0400 |
commit | ddc61875b417299a2e6756d29076b8e48f83e805 (patch) | |
tree | 574e322a5f5ad18bdef02dcea941edb5b944ab0e /libc/sysdeps/linux/common/clock_getres.c | |
parent | f39e03cb01e02000a8d2d2df76971afa0e523881 (diff) |
INLINE_SYSCALL_NCS: scope out local vars to avoid conflicts
The INLINE_SYSCALL_NCS() macro was using "res" and "err" as local variable
names, but this caused conflicts with some code (like clock_getres) whose
arguments were named the same.
libc/sysdeps/linux/common/clock_getres.c: In function 'clock_getres':
libc/sysdeps/linux/common/clock_getres.c:15: warning: 'res' is used uninitialized in this function
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libc/sysdeps/linux/common/clock_getres.c')
0 files changed, 0 insertions, 0 deletions