| 352 | } |
| 353 | |
| 354 | orbis::SysResult socket(orbis::Thread *thread, orbis::ptr<const char> name, |
| 355 | orbis::sint domain, orbis::sint type, |
| 356 | orbis::sint protocol, rx::Ref<File> *file) { |
| 357 | return createSocket(file, name ? name : "", domain, type, protocol); |
| 358 | } |
| 359 | |
| 360 | orbis::SysResult socketPair(orbis::Thread *thread, orbis::sint domain, |
| 361 | orbis::sint type, orbis::sint protocol, |
no test coverage detected