diff options
author | immartynov <[email protected]> | 2022-02-10 16:51:52 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:52 +0300 |
commit | 31b5d49128f87d4f12ef17f7e681620416030f5c (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/execpath.h | |
parent | e9b931bef4870ab86a59bda2ef913c3238f0ba19 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/execpath.h')
-rw-r--r-- | util/system/execpath.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/util/system/execpath.h b/util/system/execpath.h index 6acb2776bde..4b914b8e851 100644 --- a/util/system/execpath.h +++ b/util/system/execpath.h @@ -4,14 +4,14 @@ // NOTE: This function has rare sporadic failures (throws exceptions) on FreeBSD. See REVIEW:54297 const TString& GetExecPath(); - -/** - * Get openable path to the binary currently being executed. - * - * The path does not match the original binary location, but stays openable even - * if the binary was moved or removed. - * - * On UNIX variants, utilizes the /proc FS. On Windows, equivalent to - * GetExecPath. - */ -const TString& GetPersistentExecPath(); + +/** + * Get openable path to the binary currently being executed. + * + * The path does not match the original binary location, but stays openable even + * if the binary was moved or removed. + * + * On UNIX variants, utilizes the /proc FS. On Windows, equivalent to + * GetExecPath. + */ +const TString& GetPersistentExecPath(); |