|
@@ -2987,7 +2987,7 @@ static abi_long do_socket(int domain, int type, int protocol)
|
|
#endif
|
|
#endif
|
|
protocol == NETLINK_KOBJECT_UEVENT ||
|
|
protocol == NETLINK_KOBJECT_UEVENT ||
|
|
protocol == NETLINK_AUDIT)) {
|
|
protocol == NETLINK_AUDIT)) {
|
|
- return -EPFNOSUPPORT;
|
|
|
|
|
|
+ return -TARGET_EPFNOSUPPORT;
|
|
}
|
|
}
|
|
|
|
|
|
if (domain == AF_PACKET ||
|
|
if (domain == AF_PACKET ||
|
|
@@ -5856,7 +5856,7 @@ static abi_long do_get_thread_area(CPUX86State *env, abi_ulong ptr)
|
|
|
|
|
|
abi_long do_arch_prctl(CPUX86State *env, int code, abi_ulong addr)
|
|
abi_long do_arch_prctl(CPUX86State *env, int code, abi_ulong addr)
|
|
{
|
|
{
|
|
- return -ENOSYS;
|
|
|
|
|
|
+ return -TARGET_ENOSYS;
|
|
}
|
|
}
|
|
#else
|
|
#else
|
|
abi_long do_arch_prctl(CPUX86State *env, int code, abi_ulong addr)
|
|
abi_long do_arch_prctl(CPUX86State *env, int code, abi_ulong addr)
|