nixpkgs/pkgs/development/libraries/db
Reno Dakota 91069620ea
db4: fix pthread configure detection
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'
```
2024-07-04 04:00:10 +00:00
..
clang-4.8.patch db4: fix pthread configure detection 2024-07-04 04:00:10 +00:00
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