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 libc-vdso.h place consolidation 2015-04-20 08:51:17 -03:00
sys
tilegx
tilepro
Implies
Makefile Clean up sysdep-dl-routines variable. 2015-02-06 10:42:08 -08:00
Versions
arch-fork.h
cacheflush.c
clone.S
dl-static.c
getcontext.S
init-first.c Consolidate vDSO macros and usage 2015-05-26 10:10:36 -03:00
kernel-features.h
ldsodefs.h
libc-vdso.h Consolidate vDSO macros and usage 2015-05-26 10:10:36 -03:00
makecontext.c
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
vfork.S
waitpid.S