Merge remote-tracking branch 'remotes/armbru/tags/pull-build-2019-07-02-v2' into...
[qemu/ar7.git] / linux-user / ppc / sockbits.h
blobee453347a3970121955af8508bb8a11ad54e8c47
1 /*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License version 2 as
4 * published by the Free Software Foundation, or (at your option) any
5 * later version. See the COPYING file in the top-level directory.
6 */
8 #ifndef PPC_SOCKBITS_H
9 #define PPC_SOCKBITS_H
11 #include "../generic/sockbits.h"
13 #undef TARGET_SO_RCVLOWAT
14 #define TARGET_SO_RCVLOWAT 16
15 #undef TARGET_SO_SNDLOWAT
16 #define TARGET_SO_SNDLOWAT 17
17 #undef TARGET_SO_RCVTIMEO
18 #define TARGET_SO_RCVTIMEO 18
19 #undef TARGET_SO_SNDTIMEO
20 #define TARGET_SO_SNDTIMEO 19
21 #undef TARGET_SO_PASSCRED
22 #define TARGET_SO_PASSCRED 20
23 #undef TARGET_SO_PEERCRED
24 #define TARGET_SO_PEERCRED 21
26 #endif