|
| fd.c |
| This file is part of the I/O library; it contains the implementation of the common file descriptor functions.
|
|
| fd.h |
| This is the internal header file of the common file descriptor functions.
|
|
| io.c |
| This file is part of the I/O library; it contains the POSIX implementation of the I/O initialization/finalization functions.
|
|
| io.h |
| This is the internal header file of the POSIX-specific I/O declarations.
|
|
| poll.c |
| This file is part of the I/O library; it contains the I/O polling implementation for POSIX platforms.
|
|
| sigset.c |
| This file is part of the I/O library; it contains the system signal handler implementation for POSIX platforms.
|
|
| timer.c |
| This file is part of the I/O library; it contains the I/O system timer implementation for POSIX platforms.
|
|