diff options
author | sasha@mysql.sashanet.com <> | 2001-05-10 15:06:35 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-05-10 15:06:35 -0600 |
commit | 7c9b9f471c86c53f8a55ec4a249499cf2fb6bab3 (patch) | |
tree | 32fd0eb2c34334b7806726cf2dc9f8a893ea6fc8 /acconfig.h | |
parent | 8e882bcafa9daf15f77718f29ab8cdc344e4ee27 (diff) | |
parent | 4e04aa4abd0e540e6ce5cd48f2057ae993ee3336 (diff) | |
download | mariadb-git-7c9b9f471c86c53f8a55ec4a249499cf2fb6bab3.tar.gz |
Merged with 3.23, needs further fix-up
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index f8dd1b52c0b..db9e2d70d0b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -117,6 +117,12 @@ /* pthread_attr_setscope */ #undef HAVE_PTHREAD_ATTR_SETSCOPE +/* pthread_yield that doesn't take any arguments */ +#undef HAVE_PTHREAD_YIELD_ZERO_ARG + +/* pthread_yield function with one argument */ +#undef HAVE_PTHREAD_YIELD_ONE_ARG + /* POSIX readdir_r */ #undef HAVE_READDIR_R |