diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-10-21 10:21:33 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-10-21 10:21:33 +0000 |
commit | 4eca37ecd81a80606e9c2afed5401f15d15e3671 (patch) | |
tree | edb21b983f86981f8ed77704231cbe589bc19bdd /contrib/tools/m4/patches/config.patch | |
parent | 7f4d37b99e25e931918580a353dba7eed11407ee (diff) | |
parent | d3ed30f2deefe6a5ed0d07a3018c723749ca5d7b (diff) | |
download | ydb-4eca37ecd81a80606e9c2afed5401f15d15e3671.tar.gz |
Merge branch 'rightlib' into mergelibs-241021-1020
Diffstat (limited to 'contrib/tools/m4/patches/config.patch')
-rw-r--r-- | contrib/tools/m4/patches/config.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/tools/m4/patches/config.patch b/contrib/tools/m4/patches/config.patch new file mode 100644 index 0000000000..343cbda917 --- /dev/null +++ b/contrib/tools/m4/patches/config.patch @@ -0,0 +1,8 @@ +--- contrib/tools/m4/lib/config-linux.h (index) ++++ contrib/tools/m4/lib/config-linux.h (working tree) +@@ -2902,2 +2902,5 @@ + /* Define as a macro for copying va_list variables. */ + /* #undef va_copy */ ++#undef HAVE_SYS_SINGLE_THREADED_H ++#define __attribute_maybe_unused__ ++#define __attribute_nonnull__(...) |