Loading
LoongArch: Use UAPI types in ptrace UAPI header
The kernel UAPI headers already contain fixed-width integer types, there is no need to rely on the libc types. There may not be a libc available or the libc may not provides the <stdint.h>, like for example on nolibc. This also aligns the header with the rest of the LoongArch UAPI headers. Fixes: 803b0fc5 ("LoongArch: Add process management") Signed-off-by:Thomas Weißschuh <linux@weissschuh.net> Signed-off-by:
Huacai Chen <chenhuacai@loongson.cn>