diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-06-18 20:21:47 -0300 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-06-18 20:21:47 -0300 |
commit | 4de6d1a80f97dbb4a66b76ed44f0c026d0146cb4 (patch) | |
tree | efc6b59d750cdc00f40025590b7e14e29068da9b /mysql-test/include/commit.inc | |
parent | edfde878cf9c67fabb6a444bee4bf0156975b70d (diff) | |
download | mariadb-git-4de6d1a80f97dbb4a66b76ed44f0c026d0146cb4.tar.gz |
Bug#42599: error: `pthread_setschedprio' was not declared in this scope
The problem was that a pthread.h header used by gcc did not
declare the pthread_setscheprio, yet the function is implemented
by the function is implemented, causing a autoconf check to pass
and compilation with C++ to fail. The solution is to add a
autoconf check to ensure that the function is properly declared.
configure.in:
Check that the pthread_setschedprio is declared.
Diffstat (limited to 'mysql-test/include/commit.inc')
0 files changed, 0 insertions, 0 deletions