1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-11-08 07:02:21 +03:00
Files
glibc/sysdeps/unix/sysv/linux/microblaze/sysdep.h
Mike Frysinger 4f69cc45bc microblaze: fix variable name collision with syscall macros
If a function passes in a variable named "ret", the code will miscompile
when it declares a local ret variable.  In some cases, it's even a build
failure like so:
../sysdeps/unix/sysv/linux/spawni.c: In function '__spawni_child':
../sysdeps/unix/sysv/linux/spawni.c:289:5: error: address of register variable 'ret' requested
	while (write_not_cancel (p, &ret, sizeof ret) < 0)
2016-07-19 21:42:05 +05:30

15 KiB