Skip to content

Commit 37ac889

Browse files
committed
Remove c_char from the PSP module
ef8c0f3 ("Define c_char at top-level...") removes the need for per-OS definitions of `c_char`. Remove the definition of `c_char` from PEP, which as not covered in the backport (as this module does not exist on `main`). Suggested-by: Taiki Endo <[email protected]>
1 parent 315dd4c commit 37ac889

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/psp.rs

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ pub type intptr_t = isize;
2525
pub type uintptr_t = usize;
2626
pub type ssize_t = isize;
2727

28-
pub type c_char = u8;
2928
pub type c_long = i64;
3029
pub type c_ulong = u64;
3130

0 commit comments

Comments
 (0)