Skip to content
Snippets Groups Projects
Commit 2fc78575 authored by Nadav Har'El's avatar Nadav Har'El
Browse files

Add another test to pipe

I wasn't sure that read() and write() on pipe correctly avoided poll_wake()
when the other side of the pipe was closed, so I added this test. Turns
out it already works correctly - because poll_wake() checks for a zero
file pointer and ignores it, so it's fine to give it a zero file pointer.
parent 96a56d83
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment