]> granicus.if.org Git - musl/commit
fix socket.h struct msghdr member types on powerpc
authorRich Felker <dalias@aerifal.cx>
Tue, 11 Mar 2014 21:21:38 +0000 (17:21 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 11 Mar 2014 21:21:38 +0000 (17:21 -0400)
commit514c2dd24f07a81c6038d74c72f8996ad62b108f
tree49c5bc217c9c4feccbb405b95c0b1082809be52a
parentad66ae93d083ede90431bacf034f29ebd0815d73
fix socket.h struct msghdr member types on powerpc

these were incorrectly copied from the kernel, whose ABI matches the
POSIX requirements but with the wrong underlying types and wrong
signedness.
arch/powerpc/bits/socket.h