diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-21 10:42:38 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-21 10:42:38 +0000 |
commit | 3b95fe65d951745988f072bca328ebe06a596e3b (patch) | |
tree | 8bf4e8e9f8398970f56ef81d690062e91e56e76a /src | |
parent | b80efa2003d8208dc5ebdee285c363dc9c5e5844 (diff) | |
download | skalibs-3b95fe65d951745988f072bca328ebe06a596e3b.tar.xz |
Fix skalibs/stat.h comment
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/include/skalibs/stat.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/skalibs/stat.h b/src/include/skalibs/stat.h index ac13e54..54984c8 100644 --- 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> |