aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2022-12-19 01:23:28 +0300
committeralexv-smirnov <alex@ydb.tech>2022-12-19 01:23:28 +0300
commitaf4657d63ebcae43d03c05ef1def1ede532f4570 (patch)
tree43f22adc3c6bf2d48e094a4cf7fe4380daaa4b3a
parent5d2a48b7b4abec61e83a704bc440963e1c7e74eb (diff)
downloadydb-af4657d63ebcae43d03c05ef1def1ede532f4570.tar.gz
add udf build aux files to ydb github config sync
-rw-r--r--ydb/library/yql/public/udf/udfs_exports.symlist4
1 files changed, 4 insertions, 0 deletions
diff --git a/ydb/library/yql/public/udf/udfs_exports.symlist b/ydb/library/yql/public/udf/udfs_exports.symlist
new file mode 100644
index 0000000000..99ebc369f8
--- /dev/null
+++ b/ydb/library/yql/public/udf/udfs_exports.symlist
@@ -0,0 +1,4 @@
+{
+global: Register; AbiVersion; SetBackTraceCallback; BindSymbols;
+local: *;
+};