fix regression in powerpc[64] SO_PEERSEC definition
authorRich Felker <dalias@aerifal.cx>
Tue, 26 Jun 2018 20:28:49 +0000 (16:28 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 26 Jun 2018 20:30:58 +0000 (16:30 -0400)
commitefda534b212f713fe2b92a62b06e45f656b763ce
treea07077caf8e8a29fbd3c4458e83e19239d702533
parent587f5a53bc3a68d80b239ba515d583df690a96df
fix regression in powerpc[64] SO_PEERSEC definition

commit 587f5a53bc3a68d80b239ba515d583df690a96df moved the definition
of SO_PEERSEC to bits/socket.h for archs where the SO_* macros differ
from their standard values, but failed to add copies of the generic
definition for powerpc and powerpc64.
arch/powerpc/bits/socket.h
arch/powerpc64/bits/socket.h