glibc/ports/sysdeps/unix/sysv/linux
Mike Frysinger 4fdd5ec125 ia64: fix set-but-unused warnings with syscalls
These macros often set up a variable that later macros sometimes do
not use.  Add unused attribute to avoid that.

Similarly, the ia64 code tends to check the err field rather than
the val (which is opposite of most arches) leading to the same
kind of warning.  Replace this with a dummy reference.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-03-12 06:01:38 -04:00
..
aarch64 Remove extra pthread_atfork compat symbols 2013-03-11 09:47:01 +01:00
alpha Sync with Linux 3.8 2013-03-06 16:35:19 +01:00
am33 AM33: Use <bits/mman.h> 2013-03-11 19:57:48 +01:00
arm Add comments about ARM configure -fno-unwind-tables handling. 2013-03-11 23:55:55 +00:00
generic Sync with Linux 3.8 2013-03-06 16:35:19 +01:00
hppa Sync with Linux 3.8 2013-03-06 16:35:19 +01:00
ia64 ia64: fix set-but-unused warnings with syscalls 2013-03-12 06:01:38 -04:00
m68k Remove extra pthread_atfork compat symbols 2013-03-11 09:47:01 +01:00
mips Use <bits/mman-linux.h> for MIPS 2013-03-06 17:36:37 +01:00
powerpc/powerpc32 C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
tile Remove extra pthread_atfork compat symbols 2013-03-11 09:47:01 +01:00