get directory entries NAME getdents, getdents64 - get directory entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants…get directory entries NAME getdents, getdents64 - get directory entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants…load shared library NAME uselib - load shared library SYNOPSIS #include <unistd.h> [[deprecated]] int uselib(const char * library ); DESCRIPTION The system call uselib () serves to…execute program NAME execve - execute program LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int execve(const char * pathname , char *const _Nullable argv […clock and time functions NAME clock_getres, clock_gettime, clock_settime - clock and time functions LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17, R…clock and time functions NAME clock_getres, clock_gettime, clock_settime - clock and time functions LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17, R…clock and time functions NAME clock_getres, clock_gettime, clock_settime - clock and time functions LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17, R…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…Copy a range of data from one file to another NAME copy_file_range - Copy a range of data from one file to another LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_S…operate on Secure Computing state of the process NAME seccomp - operate on Secure Computing state of the process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/…perform a command on an extended BPF map or program NAME bpf - perform a command on an extended BPF map or program SYNOPSIS #include <linux/bpf.h> int bpf(int cmd , union bpf_attr …return from signal handler and cleanup stack frame NAME sigreturn, rt_sigreturn - return from signal handler and cleanup stack frame LIBRARY Standard C library ( libc , -lc ) SYNOP…return from signal handler and cleanup stack frame NAME sigreturn, rt_sigreturn - return from signal handler and cleanup stack frame LIBRARY Standard C library ( libc , -lc ) SYNOP…get real, effective, and saved user/group IDs NAME getresuid, getresgid - get real, effective, and saved user/group IDs LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _…get real, effective, and saved user/group IDs NAME getresuid, getresgid - get real, effective, and saved user/group IDs LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _…get real, effective, and saved user/group IDs NAME getresuid, getresgid - get real, effective, and saved user/group IDs LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _…get real, effective, and saved user/group IDs NAME getresuid, getresgid - get real, effective, and saved user/group IDs LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _…commit filesystem caches to disk NAME sync, syncfs - commit filesystem caches to disk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> void sync(void); int sy…