diff options
author | pyos <pyos@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
commit | ef985e41af0868676d7a2275f1d90261253ddf3b (patch) | |
tree | 3a6a11d19d8c39c7b90c132bce7e1c3536be37c1 /contrib/libs/linuxvdso/interface.h | |
parent | 8387f1fb70a4161b7581d3c0da52c4810df655be (diff) | |
download | ydb-ef985e41af0868676d7a2275f1d90261253ddf3b.tar.gz |
Restoring authorship annotation for <pyos@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/linuxvdso/interface.h')
-rw-r--r-- | contrib/libs/linuxvdso/interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/linuxvdso/interface.h b/contrib/libs/linuxvdso/interface.h index 97d7f113c11..9789241b942 100644 --- a/contrib/libs/linuxvdso/interface.h +++ b/contrib/libs/linuxvdso/interface.h @@ -21,6 +21,6 @@ namespace NVdso { }; size_t Enumerate(TSymbol* s, size_t len); - - void* Function(const char* name, const char* version); + + void* Function(const char* name, const char* version); } |