diff options
Diffstat (limited to 'src/lib/fdio/lib_fdio.md')
-rw-r--r-- | src/lib/fdio/lib_fdio.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/fdio/lib_fdio.md b/src/lib/fdio/lib_fdio.md new file mode 100644 index 0000000000..9fe4b4d2be --- /dev/null +++ b/src/lib/fdio/lib_fdio.md @@ -0,0 +1,5 @@ +@dir /lib/fdio +@brief lib/fdio: Code to read/write on file descriptors. + +(This module also handles sockets, on platforms where a socket is not a kind +of fd.) |