Fix dash compatible syntax issue

This commit is contained in:
Justine Tunney 2023-11-17 16:47:47 -08:00
parent 2c9d2943d6
commit 72ac5f18d9
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
9 changed files with 13 additions and 4 deletions

View file

@ -210,6 +210,7 @@ axdx_t tprecode16to8(char *, size_t, const char16_t *);
bool32 wcsstartswith(const wchar_t *, const wchar_t *) strlenesque;
bool32 wcsendswith(const wchar_t *, const wchar_t *) strlenesque;
char *__join_paths(char *, size_t, const char *, const char *) __wur;
int __mkntpathat(int, const char *, int, char16_t[hasatleast 1024]);
#endif /* _COSMO_SOURCE */
#if defined(_COSMO_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || \