PATH: //usr/include/asm-generic
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 auxvec.h
↓
X
📄 bitsperlong.h
↓
X
📄 bpf_perf_event.h
↓
X
📄 errno-base.h
↓
X
📄 errno.h
↓
X
📄 fcntl.h
↓
X
📄 hugetlb_encode.h
↓
X
📄 int-l64.h
↓
X
📄 int-ll64.h
↓
X
📄 ioctl.h
↓
X
📄 ioctls.h
↓
X
📄 ipcbuf.h
↓
X
📄 kvm_para.h
↓
X
📄 mman-common.h
↓
X
📄 mman.h
↓
X
📄 msgbuf.h
↓
X
📄 param.h
↓
X
📄 poll.h
↓
X
📄 posix_types.h
↓
X
📄 resource.h
↓
X
📄 sembuf.h
↓
X
📄 setup.h
↓
X
📄 shmbuf.h
↓
X
📄 siginfo.h
↓
X
📄 signal-defs.h
↓
X
📄 signal.h
↓
X
📄 socket.h
↓
X
📄 sockios.h
↓
X
📄 stat.h
↓
X
📄 statfs.h
↓
X
📄 swab.h
↓
X
📄 termbits-common.h
↓
X
📄 termbits.h
↓
X
📄 termios.h
↓
X
📄 types.h
↓
X
📄 ucontext.h
↓
X
📄 unistd.h
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: bitsperlong.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __ASM_GENERIC_BITS_PER_LONG #define __ASM_GENERIC_BITS_PER_LONG /* * There seems to be no way of detecting this automatically from user * space, so 64 bit architectures should override this in their * bitsperlong.h. In particular, an architecture that supports * both 32 and 64 bit user space must not rely on CONFIG_64BIT * to decide it, but rather check a compiler provided macro. */ #ifndef __BITS_PER_LONG #define __BITS_PER_LONG 32 #endif #ifndef __BITS_PER_LONG_LONG #define __BITS_PER_LONG_LONG 64 #endif #endif /* __ASM_GENERIC_BITS_PER_LONG */
SIMPAN PERUBAHAN