commit | 2055ebb940a737b1375435209c37eae535f062f9 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Feb 25 21:59:14 2019 -0800 |
committer | GitHub <noreply@github.com> | Mon Feb 25 21:59:14 2019 -0800 |
tree | 82d5df864ce4fc73a3b60fdbc7376dc09ba2dedf | |
parent | 0b3019a02e60171e9b7edb261e1234109001819c [diff] |
closes bpo-13497: Fix `broken nice` configure test. (GH-12041) Per POSIX, `nice(3)` requires `unistd.h` and `exit(3)` requires `stdlib.h`. Fixing the test will prevent false positives with pedantic compilers like clang. (cherry picked from commit 90c6facebd5666fec85f125ee2795b48b30319a4) Co-authored-by: ngie-eign <1574099+ngie-eign@users.noreply.github.com>