-
Notifications
You must be signed in to change notification settings - Fork 1.2k
wchar_t is i32 for all bsd targets #1282
Copy link
Copy link
Open
Labels
C-bugCategory: bugCategory: bugE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.O-bsd
Milestone
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugCategory: bugE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.O-bsd
Type
Fields
Give feedbackNo fields configured for issues without a type.
AFAICT wchar_t is
i32for all BSD targets, but for example for FreeBSD aarch64 targets it should beu32. I'm not sure aboutiosaarch64 targets, but i think there it is also u32.