add improper_ctypes_definitions lint

This commit is contained in:
auronandace
2026-02-14 16:48:39 +00:00
parent 0cf3f8af92
commit 2c53eb1f6d
6 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ pub struct elf_prpsinfo {
}
pub type psaddr_t = *mut c_void;
pub type prgregset_t = elf_gregset_t;
pub type prgregset_t = *mut elf_gregset_t;
pub type prfpregset_t = elf_fpregset_t;
pub type lwpid_t = pid_t;
pub type prstatus_t = elf_prstatus;