From 62b93e307e9a4c2fb7180ef7dd20094fef4d5fbd Mon Sep 17 00:00:00 2001 From: Slendi Date: Sat, 9 Aug 2025 08:44:09 +0300 Subject: [PATCH] fuck macros Signed-off-by: Slendi --- src/dcfg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dcfg.c b/src/dcfg.c index 333e9f2..24778b3 100644 --- a/src/dcfg.c +++ b/src/dcfg.c @@ -1,4 +1,4 @@ -/* +/*200809L * Copyright 2025 Slendi * * Permission is hereby granted, free of charge, to any person obtaining a copy @@ -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];