diff options
author | alexv-smirnov <alex@ydb.tech> | 2022-12-19 01:23:28 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2022-12-19 01:23:28 +0300 |
commit | af4657d63ebcae43d03c05ef1def1ede532f4570 (patch) | |
tree | 43f22adc3c6bf2d48e094a4cf7fe4380daaa4b3a | |
parent | 5d2a48b7b4abec61e83a704bc440963e1c7e74eb (diff) | |
download | ydb-af4657d63ebcae43d03c05ef1def1ede532f4570.tar.gz |
add udf build aux files to ydb github config sync
-rw-r--r-- | ydb/library/yql/public/udf/udfs_exports.symlist | 4 |
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: *; +}; |