diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-09-04 11:54:48 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-09-04 12:08:34 +0300 |
commit | 490a770a69d6b9720979d3ffc84e528cf5b3f590 (patch) | |
tree | d6052e69e65eec94745820e12f47c9b7a1b04da4 /contrib/tools | |
parent | 8d7d78d2577a5785d026b0803b698e90fd79dbbe (diff) | |
download | ydb-490a770a69d6b9720979d3ffc84e528cf5b3f590.tar.gz |
Cleanup build/sysincl/linux.yml
9396b0cd7a984fa5c915eed07e29cd357af28a12
Diffstat (limited to 'contrib/tools')
-rw-r--r-- | contrib/tools/python3/Modules/posixmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/Modules/posixmodule.c b/contrib/tools/python3/Modules/posixmodule.c index f366f1ce5db..e5680a98746 100644 --- a/contrib/tools/python3/Modules/posixmodule.c +++ b/contrib/tools/python3/Modules/posixmodule.c @@ -538,7 +538,7 @@ extern char *ctermid_r(char *); # include <sys/mman.h> #endif #ifdef HAVE_SYS_MEMFD_H -# include <sys/memfd.h> +# error #include <sys/memfd.h> #endif #ifdef HAVE_LINUX_MEMFD_H # include <linux/memfd.h> |