mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 02:38:31 +00:00
Fix dash compatible syntax issue
This commit is contained in:
parent
2c9d2943d6
commit
72ac5f18d9
9 changed files with 13 additions and 4 deletions
|
@ -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) || \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue