powerpc: Fix compiler warning in some syscalls.
commit41a4f0d493e98199d147be93431e74a932fd2b69
authorCarlos Eduardo Seo <cseo@linux.vnet.ibm.com>
Thu, 3 Sep 2015 01:04:23 +0000 (2 22:04 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 4 Sep 2015 18:19:30 +0000 (4 15:19 -0300)
treea9e5e5903d5733e0289c8ebc4f760dd4e25b50b4
parent81503d1e4449fdb334ad343f4ddc05891c6b4190
powerpc: Fix compiler warning in some syscalls.

Commit f4491417cc80b4a01e72e9d218af137765ee5918 introduced some warnings
when building GLIBC with GCC 5.x. similar to those fixed by commit
dd6e8af6ba1b8a95a7f1dc7422e5ea4ccc7fbd93.  This patch fixes those warnings.

* sysdeps/unix/sysv/linux/socketpair.c: Use the address of the
first member of struct sv in syscall macro.
ChangeLog
sysdeps/unix/sysv/linux/socketpair.c