truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specif...truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specif...process trace NAME ptrace - process trace LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #includ......mp.h> /* Definition of SECCOMP_* constants */ #include <linux/filter.h> /* Definition of struct sock_fprog */ #include <linux/audit.h> /* Definition of AUDIT_* constants */ #inc….../* Definition of SYS_* constants */ #include <unistd.h> int syscall(SYS_perf_event_open, struct perf_event_attr * attr , pid_t pid , int cpu , int group_fd , unsigned long flags…...extended BPF map or program SYNOPSIS #include <linux/bpf.h> int bpf(int cmd , union bpf_attr * attr , unsigned int size ); DESCRIPTION The bpf () system call performs a range of…...d C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigaction(int signum , const struct sigaction *_Nullable restrict act , struct sigaction *_Nullable restrict oldact )…...d C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigaction(int signum , const struct sigaction *_Nullable restrict act , struct sigaction *_Nullable restrict oldact )…...or more of the following constants: WNOHANG return immediately if no child has exited. WUNTRACED also return if a child has stopped (but not traced via ptrace (2)). Status for t…...or more of the following constants: WNOHANG return immediately if no child has exited. WUNTRACED also return if a child has stopped (but not traced via ptrace (2)). Status for t…...or more of the following constants: WNOHANG return immediately if no child has exited. WUNTRACED also return if a child has stopped (but not traced via ptrace (2)). Status for t…...c ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statfs(const char * path , struct statfs * buf ); int fstatfs(int fd , struct statfs * buf ); Unless you need the f…...c ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statfs(const char * path , struct statfs * buf ); int fstatfs(int fd , struct statfs * buf ); Unless you need the f…...c ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statfs(const char * path , struct statfs * buf ); int fstatfs(int fd , struct statfs * buf ); Unless you need the f…...c ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statfs(const char * path , struct statfs * buf ); int fstatfs(int fd , struct statfs * buf ); Unless you need the f…...e of the raw clone() system call, see NOTES */ #include <linux/sched.h> /* Definition of struct clone_args */ #include <sched.h> /* Definition of CLONE_* constants */ #include <…...e of the raw clone() system call, see NOTES */ #include <linux/sched.h> /* Definition of struct clone_args */ #include <sched.h> /* Definition of CLONE_* constants */ #include <…...e of the raw clone() system call, see NOTES */ #include <linux/sched.h> /* Definition of struct clone_args */ #include <sched.h> /* Definition of CLONE_* constants */ #include <…...12L fdatasync (): _POSIX_C_SOURCE >= 199309L || _XOPEN_SOURCE >= 500 DESCRIPTION fsync () transfers ("flushes") all modified in-core data of (i.e., modified buffer cache pages f…...12L fdatasync (): _POSIX_C_SOURCE >= 199309L || _XOPEN_SOURCE >= 500 DESCRIPTION fsync () transfers ("flushes") all modified in-core data of (i.e., modified buffer cache pages f…