| 1217 | } |
| 1218 | |
| 1219 | static uae_u32 REGPARAM2 bsdsocklib_gethostname (TrapContext *ctx) |
| 1220 | { |
| 1221 | return host_gethostname(ctx, trap_get_areg(ctx, 0), trap_get_dreg(ctx, 0)); |
| 1222 | } |
| 1223 | |
| 1224 | static uae_u32 REGPARAM2 bsdsocklib_gethostid (TrapContext *ctx) |
| 1225 | { |
nothing calls this directly
no test coverage detected