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