diff options
author | gemtmp <gemtmp@yandex-team.com> | 2023-03-15 22:05:34 +0300 |
---|---|---|
committer | gemtmp <gemtmp@yandex-team.com> | 2023-03-15 22:05:34 +0300 |
commit | af0ccdb33dabd69888206ac64acf95b632ac1b21 (patch) | |
tree | 4645de43b4c9714bd44d30bfc2a278cfb52b3a38 /contrib/libs/glibcasm/glibc/include/gnu | |
parent | 375bf331910edc492b41e0bae27b5ed1dd334ac4 (diff) | |
download | ydb-af0ccdb33dabd69888206ac64acf95b632ac1b21.tar.gz |
add glibc-2.37 code for string and memory functions
Diffstat (limited to 'contrib/libs/glibcasm/glibc/include/gnu')
-rw-r--r-- | contrib/libs/glibcasm/glibc/include/gnu/stubs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libs/glibcasm/glibc/include/gnu/stubs.h b/contrib/libs/glibcasm/glibc/include/gnu/stubs.h new file mode 100644 index 0000000000..6308e4e0e0 --- /dev/null +++ b/contrib/libs/glibcasm/glibc/include/gnu/stubs.h @@ -0,0 +1,2 @@ +/* This is a placeholder used only while compiling libc. + The installed gnu/stubs.h file is created by make install. */ |