Fix pthread init and null for C++

This commit is contained in:
Wildan M
2026-06-04 00:38:58 +07:00
parent e2218c53d3
commit 6acf560ed0
10 changed files with 78 additions and 8 deletions
+1 -4
View File
@@ -1,4 +1 @@
use crate::platform::types::c_long;
/// Null pointer constant.
pub const NULL: c_long = 0;
// NULL is defined in cbindgen