SM0 She11
Path:
/
/
usr
/
include
/
asm
Full Path (server): /usr/include/asm
Create Fil3
Upl04d Fil3
📄 a.out.h
[E]
[D]
[R]
📄 auxvec.h
[E]
[D]
[R]
📄 bitsperlong.h
[E]
[D]
[R]
📄 boot.h
[E]
[D]
[R]
📄 bootparam.h
[E]
[D]
[R]
📄 bpf_perf_event.h
[E]
[D]
[R]
📄 byteorder.h
[E]
[D]
[R]
📄 debugreg.h
[E]
[D]
[R]
📄 e820.h
[E]
[D]
[R]
📄 errno.h
[E]
[D]
[R]
📄 fcntl.h
[E]
[D]
[R]
📄 hw_breakpoint.h
[E]
[D]
[R]
📄 hyperv.h
[E]
[D]
[R]
📄 ioctl.h
[E]
[D]
[R]
📄 ioctls.h
[E]
[D]
[R]
📄 ipcbuf.h
[E]
[D]
[R]
📄 ist.h
[E]
[D]
[R]
📄 kvm.h
[E]
[D]
[R]
📄 kvm_para.h
[E]
[D]
[R]
📄 kvm_perf.h
[E]
[D]
[R]
📄 ldt.h
[E]
[D]
[R]
📄 mce.h
[E]
[D]
[R]
📄 mman.h
[E]
[D]
[R]
📄 msgbuf.h
[E]
[D]
[R]
📄 msr-index.h
[E]
[D]
[R]
📄 msr.h
[E]
[D]
[R]
📄 mtrr.h
[E]
[D]
[R]
📄 param.h
[E]
[D]
[R]
📄 perf_regs.h
[E]
[D]
[R]
📄 poll.h
[E]
[D]
[R]
📄 posix_types.h
[E]
[D]
[R]
📄 posix_types_32.h
[E]
[D]
[R]
📄 posix_types_64.h
[E]
[D]
[R]
📄 posix_types_x32.h
[E]
[D]
[R]
📄 prctl.h
[E]
[D]
[R]
📄 processor-flags.h
[E]
[D]
[R]
📄 ptrace-abi.h
[E]
[D]
[R]
📄 ptrace.h
[E]
[D]
[R]
📄 resource.h
[E]
[D]
[R]
📄 sembuf.h
[E]
[D]
[R]
📄 setup.h
[E]
[D]
[R]
📄 shmbuf.h
[E]
[D]
[R]
📄 sigcontext.h
[E]
[D]
[R]
📄 sigcontext32.h
[E]
[D]
[R]
📄 siginfo.h
[E]
[D]
[R]
📄 signal.h
[E]
[D]
[R]
📄 socket.h
[E]
[D]
[R]
📄 sockios.h
[E]
[D]
[R]
📄 stat.h
[E]
[D]
[R]
📄 statfs.h
[E]
[D]
[R]
📄 svm.h
[E]
[D]
[R]
📄 swab.h
[E]
[D]
[R]
📄 termbits.h
[E]
[D]
[R]
📄 termios.h
[E]
[D]
[R]
📄 types.h
[E]
[D]
[R]
📄 ucontext.h
[E]
[D]
[R]
📄 unistd.h
[E]
[D]
[R]
📄 unistd_32.h
[E]
[D]
[R]
📄 unistd_64.h
[E]
[D]
[R]
📄 unistd_x32.h
[E]
[D]
[R]
📄 vm86.h
[E]
[D]
[R]
📄 vmx.h
[E]
[D]
[R]
📄 vsyscall.h
[E]
[D]
[R]
Editing: statfs.h
#ifndef _ASM_X86_STATFS_H #define _ASM_X86_STATFS_H /* * We need compat_statfs64 to be packed, because the i386 ABI won't * add padding at the end to bring it to a multiple of 8 bytes, but * the x86_64 ABI will. */ #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4))) #include <asm-generic/statfs.h> #endif /* _ASM_X86_STATFS_H */
Save