diff options
author | vvvv <vvvv@ydb.tech> | 2023-07-31 20:07:26 +0300 |
---|---|---|
committer | vvvv <vvvv@ydb.tech> | 2023-07-31 20:07:26 +0300 |
commit | f9e4743508b7930e884714cc99985ac45f84ed98 (patch) | |
tree | a1290261a4915a6f607e110e2cc27aee4c205f85 /contrib/libs | |
parent | 5cf9beeab3ea847da0b6c414fcb5faa9cb041317 (diff) | |
download | ydb-f9e4743508b7930e884714cc99985ac45f84ed98.tar.gz |
Use UDFs from YDB
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/libc_compat/include/link/link.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/libs/libc_compat/include/link/link.h b/contrib/libs/libc_compat/include/link/link.h deleted file mode 100644 index 7352c26166..0000000000 --- a/contrib/libs/libc_compat/include/link/link.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#ifdef _MSC_VER - -#ifdef _cplusplus -extern "C" { -#endif - -int link(const char *oldpath, const char *newpath); - -#ifdef _cplusplus -} -#endif - -#endif |