skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 3b95fe65d951745988f072bca328ebe06a596e3b
parent b80efa2003d8208dc5ebdee285c363dc9c5e5844
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Thu, 21 Sep 2023 10:42:38 +0000

 Fix skalibs/stat.h comment

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Msrc/include/skalibs/stat.h | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/include/skalibs/stat.h b/src/include/skalibs/stat.h @@ -4,9 +4,10 @@ #define SKALIBS_STAT_H /* - This header must always be paired with skalibs/nonposix.h + This header must always be paired with skalibs/bsdsnowflake.h (which must always come first). - If you #include <sys/stat.h> before this, it will not work. + If you #include <sys/stat.h> before bsdsnowflake, the + workaround will not work. */ #include <skalibs/sysdeps.h>