dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
806 stars 110 forks source link

Missing Function Declaration for read_nonblock in syscalls.h #185

Closed jmazanec15 closed 6 years ago

jmazanec15 commented 6 years ago

At some point, the function declaration for read_nonblock in syscalls.h was lost. This is a simple PR adding it back in.