aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/mktemp.cpp
diff options
context:
space:
mode:
authorsergey <sergey@yandex-team.ru>2022-02-10 16:47:29 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:29 +0300
commit05f59b2581f074c756adaee6b260014ac3a0c3ec (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /util/system/mktemp.cpp
parent5d8d1af4df7f9cd4acc021f069546c30677e7979 (diff)
downloadydb-05f59b2581f074c756adaee6b260014ac3a0c3ec.tar.gz
Restoring authorship annotation for <sergey@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/mktemp.cpp')
-rw-r--r--util/system/mktemp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/mktemp.cpp b/util/system/mktemp.cpp
index f0c1db8885c..505b7b4a4b2 100644
--- a/util/system/mktemp.cpp
+++ b/util/system/mktemp.cpp
@@ -14,7 +14,7 @@
#include <unistd.h>
#include <stdlib.h>
#endif
-
+
extern "C" int mkstemps(char* path, int slen);
TString MakeTempName(const char* wrkDir, const char* prefix, const char* extension) {