mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
91069620ea
add header stdlib.h so pthread detection doesn't fail do to a missing function prototype for exit. ``` configure:21863: clang -o conftest -O3 -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:52:2: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 52 | exit ( | ^ conftest.c:52:2: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' ``` |
||
---|---|---|
.. | ||
clang-4.8.patch | ||
clang-5.3.patch | ||
clang-6.0.patch | ||
CVE-2017-10140-4.8-cwd-db_config.patch | ||
CVE-2017-10140-cwd-db_config.patch | ||
darwin-mutexes-4.8.patch | ||
darwin-mutexes.patch | ||
db-4.8.nix | ||
db-5.3.nix | ||
db-6.0.nix | ||
db-6.2.nix | ||
generic.nix |