synchronous I/O multiplexing NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set - synchronous I/O multiplexing LIBRARY St...synchronous I/O multiplexing NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set - synchronous I/O multiplexing LIBRARY St...synchronous I/O multiplexing NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set - synchronous I/O multiplexing LIBRARY St......- wait for some event on a file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <poll.h> int poll(struct pollfd * fds , nfds_t nfds , int timeout ); #defi…...- wait for some event on a file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <poll.h> int poll(struct pollfd * fds , nfds_t nfds , int timeout ); #defi…...statfs, fstatfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statfs(const char * path , struct…...statfs, fstatfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statfs(const char * path , struct…...statfs, fstatfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statfs(const char * path , struct…...statfs, fstatfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statfs(const char * path , struct…synchronous I/O multiplexing NAME select, pselect - synchronous I/O multiplexing LIBRARY Standard C library ( libc , -lc ) SYNOPSIS Se......tty - ioctls for terminals and serial lines LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/termbits.h> /* Definition of constants */ #include <sys/ioctl.h> int…...or an I/O event on an epoll file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/epoll.h> int epoll_wait(int epfd , struct epoll_event * events , int…...or an I/O event on an epoll file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/epoll.h> int epoll_wait(int epfd , struct epoll_event * events , int…...or an I/O event on an epoll file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/epoll.h> int epoll_wait(int epfd , struct epoll_event * events , int…...gnal NAME restart_syscall - restart a system call after interruption by a stop signal SYNOPSIS long restart_syscall(void); Note : There is no glibc wrapper for this system call;…...sonality - set the process execution domain LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/personality.h> int personality(unsigned long persona ); DESCRIPTION …...unt NAME pivot_root - change the root mount LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #include <unistd.h> i…...ecute program NAME execve - execute program LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int execve(const char * pathname , char *const _Nullable argv …...te a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/eventfd.h> int eventfd(unsigned int initval , int flags ); DESCRIPTI…...te a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/eventfd.h> int eventfd(unsigned int initval , int flags ); DESCRIPTI…