| 1222 | } |
| 1223 | |
| 1224 | static uae_u32 REGPARAM2 bsdsocklib_gethostid (TrapContext *ctx) |
| 1225 | { |
| 1226 | write_log (_T("bsdsocket: WARNING: Process %08x calls deprecated function gethostid() - returning 127.0.0.1\n"), |
| 1227 | trap_get_long(ctx, gettask(ctx) + 10)); |
| 1228 | return 0x7f000001; |
| 1229 | } |
| 1230 | |
| 1231 | static const TCHAR *errortexts[] = |
| 1232 | {_T("No error"), _T("Operation not permitted"), _T("No such file or directory"), |
nothing calls this directly
no test coverage detected