split out wchar_t from stddef header

This commit is contained in:
auronandace
2026-06-04 11:17:36 +01:00
parent fafc4c2c00
commit d28a131ec5
5 changed files with 26 additions and 14 deletions
+2
View File
@@ -58,6 +58,8 @@ pub mod bits_timeval;
pub mod bits_uid_t;
#[path = "bits_useconds-t/mod.rs"]
pub mod bits_useconds_t;
#[path = "bits_wchar-t/mod.rs"]
pub mod bits_wchar_t;
pub mod bits_winsize;
// complex.h implemented in C (currently through openlibm)
pub mod cpio;