mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
As of glibc 2.34, our unistd.h wrapper's inclusion of stdlib.h exposes fragility in glibc's sys/wait.h and corresponding part of stdlib.h, leading to "error: use of undeclared identifier 'WNOHANG'" and similar errors when bootstrapping bmake. Work around this by wrapping sys/wait.h to force stdlib.h's inclusion first before it's implicitly included during the problematic window in sys/wait.h. MFC after: 1 week |
||
|---|---|---|
| .. | ||
| bootstrap-m4 | ||
| cross-build | ||
| libc-bootstrap | ||
| make_check | ||
| mk | ||
| options | ||
| test-includes | ||
| beinstall.sh | ||
| check-links.sh | ||
| depend-cleanup.sh | ||
| dummy.c | ||
| fcntl.h | ||
| fspacectl.c | ||
| futimens.c | ||
| make.py | ||
| Makefile | ||
| Makefile.depend | ||
| stat.h | ||
| stdlib.h | ||
| strings.h | ||
| utimensat.c | ||