Skip to content

Fix compilation with glibc 2.34 (MINSIGSTKSZ defined as sysconf(_SC_SIGSTKSZ))#29820

Merged
novikd merged 1 commit intoClickHouse:masterfrom
azat:MINSIGSTKSZ-fix
Oct 11, 2021
Merged

Fix compilation with glibc 2.34 (MINSIGSTKSZ defined as sysconf(_SC_SIGSTKSZ))#29820
novikd merged 1 commit intoClickHouse:masterfrom
azat:MINSIGSTKSZ-fix

Conversation

@azat
Copy link
Copy Markdown
Member

@azat azat commented Oct 6, 2021

Since glibc 2.34 MINSIGSTKSZ had been defined to sysconf(_SC_SIGSTKSZ) 1.

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Fixes: #29797

@robot-clickhouse robot-clickhouse added the pr-not-for-changelog This PR should not be mentioned in the changelog label Oct 6, 2021
@novikd novikd self-assigned this Oct 6, 2021
@novikd novikd merged commit a651c1b into ClickHouse:master Oct 11, 2021
@azat azat deleted the MINSIGSTKSZ-fix branch October 11, 2021 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-not-for-changelog This PR should not be mentioned in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

call to non-'constexpr' function 'long int sysconf(int)'

4 participants