fuck macros
All checks were successful
CMake / ubuntu-latest - shared=OFF, posix=ON (push) Successful in 18s
CMake / ubuntu-latest - shared=ON, posix=ON (push) Successful in 10s

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-08-09 08:44:09 +03:00
parent ef5e3e1706
commit 6f79fb9c44

View File

@@ -364,6 +364,7 @@ static void *alloc(size_t size) { return calloc(1, size); }
#endif
#if DCFG_POSIX_SUPPORT
char *realpath(char const *, char *);
static char *realpath_(char const *s)
{
char buf[PATH_MAX];