Browse Source
This allows user code that inherits from uio.IOBase to return an errno error code from the user readinto/write function, by returning a negative value. Eg returning -123 means an errno of 123. This is already how the custom ioctl works.pull/5959/head
Damien George
5 years ago
1 changed files with 8 additions and 3 deletions
Loading…
Reference in new issue