glibc/sysdeps/unix/sysv/linux/tile
Chris Metcalf 1827059925 tile: use better variable naming in INLINE_SYSCALL
At issue for INLINE_SYSCALL was that it used "err" and "val"
as variable names in a #define, so that if it was used in a context
where the "caller" was also using "err" or "val", and those
variables were passed in to INLINE_SYSCALL, we would end up
referencing the internal shadowed variables instead.

For example, "char val" in check_may_shrink_heap() in
sysdeps/unix/sysv/linux/malloc-sysdep.h was being shadowed by
the syscall return "val" in INLINE_SYSCALL, causing the "char val"
not to get updated at all, and may_shrink_heap ended up always false.

A similar fix was made to INTERNAL_VSYSCALL_CALL.
2015-05-26 20:29:56 -04:00
..
bits
sys
tilegx
tilepro
arch-fork.h
cacheflush.c
clone.S
dl-static.c
getcontext.S
Implies
init-first.c
kernel-features.h
ldsodefs.h
libc-vdso.h
makecontext.c
Makefile
profil-counter.h
pt-vfork.c
set_dataplane.c
setcontext.S
shlib-versions
sigcontextinfo.h
swapcontext.S
syscall.S
sysconf.c
sysdep-cancel.h
sysdep.c
sysdep.h tile: use better variable naming in INLINE_SYSCALL 2015-05-26 20:29:56 -04:00
ucontext_i.h
Versions
vfork.S
waitpid.S