mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 00:15:16 -04:00
There is a __used member in glibc's posix_spawn_file_actions_t in
spawn.h, so we must temporarily undefine __used when including it,
otherwise Support/Unix/Program.inc fails to build. This is based on
similar handling for __unused in other headers.
Fixes:
|
||
|---|---|---|
| .. | ||
| sys | ||
| __unused_workaround_end.h | ||
| __unused_workaround_start.h | ||
| __used_workaround_end.h | ||
| __used_workaround_start.h | ||
| ctype.h | ||
| endian.h | ||
| errno.h | ||
| fcntl.h | ||
| libutil.h | ||
| limits.h | ||
| nbtool_config.h | ||
| netdb.h | ||
| regex.h | ||
| resolv.h | ||
| signal.h | ||
| spawn.h | ||
| stdio.h | ||
| stdlib.h | ||
| string.h | ||
| time.h | ||
| unistd.h | ||
| wctype.h | ||