sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-18 18:38:43 +00:00
parent 2c0afcbbf3
commit b72ce7a5e9
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
1248 changed files with 11809 additions and 12798 deletions

View file

@ -0,0 +1,13 @@
Index: src/lib/libast/features/wchar
--- src/lib/libast/features/wchar.orig
+++ src/lib/libast/features/wchar
@@ -8,6 +8,9 @@ cat{
#if defined(__FreeBSD__) || defined(__DragonFly__)
#define _STDFILE_DECLARED 1
#endif
+ #if defined(__OpenBSD__)
+ #define _STDFILES_DECLARED 1
+ #endif
}end
lib mbstowcs,wctomb,wcrtomb,wcslen,wcstombs,wcwidth stdlib.h stdio.h wchar.h