apio
2dd3a23092
That will probably happen a lot. We want userspace to tell us IF THE ERROR IS RELEVANT. So, these unnecessary warnings are just noise. Userspace may also use these functions to check for file descriptors. For example, libc does this at program initialization, it checks whether fd 0 and 1 exist (by calling lseek() and seeing if it fails with errno=EBADF). |
||
---|---|---|
.. | ||
include | ||
src | ||
Makefile | ||
moon.ld |