1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-23491: __bss_start breaks compilation of various platforms

Remove __bss_start & Co, because systen call "write" check buffer address and return EFAULT if it is wrong.
This commit is contained in:
Oleksandr Byelkin
2020-08-16 22:14:59 +02:00
parent 5796021174
commit ece0b0623c
3 changed files with 84 additions and 107 deletions

View File

@@ -15,7 +15,7 @@
MY_ADD_TESTS(bitmap base64 my_atomic my_rdtsc lf my_malloc my_getopt dynstring
aes
queues LINK_LIBRARIES mysys)
queues stacktrace LINK_LIBRARIES mysys)
MY_ADD_TESTS(my_vsnprintf LINK_LIBRARIES strings mysys)
ADD_DEFINITIONS(${SSL_DEFINES})