Switch from event scheme IO to a relibc-based ABI
I decided to not guarantee that event queues are file descriptors, which explains redox_event_queue_destroy_v1
. That will eventually allow relibc to allocate an internal queue in order to batch syscalls, and/or reading from a shared ring buffer directly.