posix_dirent |
libc::posix::dirent |
Directory entries (opendir, readdir, closedir, DT_*) |
posix_dl |
libc::posix::dl |
Dynamic loading (dlopen, dlclose, dlsym, RTLD_*) |
posix_errno |
libc::posix::errno |
Error codes (__errno_location, E* constants) |
posix_fcntl |
libc::posix::fcntl |
File control (creat, lockf, O_* constants) |
posix_inet |
libc::posix::inet |
Internet addresses (inet_pton, htons, sockaddr_in, IPPROTO_*) |
posix_mmap |
libc::posix::mmap |
Memory mapping (mmap, munmap, mprotect, MAP_*/PROT_*) |
posix_netdb |
libc::posix::netdb |
Network database (getaddrinfo, gethostbyname, addrinfo) |
posix_pthread |
libc::posix::pthread |
POSIX threads (pthread_create, pthread_mutex_lock, PTHREAD_*) |
posix_sched |
libc::posix::sched |
Scheduling (sched_yield, sched_setscheduler, SCHED_*) |
posix_signal |
libc::posix::signal |
Signal handling (signal, sigaction, kill, raise, SIG*/SA_*) |
posix_socket |
libc::posix::socket |
Sockets (socket, bind, listen, accept, AF_*/SOCK_*) |
posix_stat |
libc::posix::stat |
File status (stat, chmod, mkdir, struct stat) |
posix_stdio |
libc::posix::stdio |
Standard I/O (fopen, fclose, fread, fwrite) |
posix_time |
libc::posix::time |
Time functions (clock_gettime, nanosleep, gmtime, CLOCK_*) |
posix_types |
libc::posix::types |
Shared POSIX types (uid_t, pid_t, mode_t, off_t, gid_t) |
posix_unistd |
libc::posix::unistd |
POSIX standard (read, write, close, fork) |