diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-07-27 19:10:16 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-07-27 19:11:39 -0400 |
commit | 085bb402c7b2c2f96624fb0523ff3f9686fe26d9 (patch) | |
tree | 6c9c4240342fdad2f3d8a131265952659f044e46 /build/header.mk | |
parent | c43d54826fd92017b9d7d49a5f660d98c0393e02 (diff) | |
download | bfs-085bb402c7b2c2f96624fb0523ff3f9686fe26d9.tar.xz |
xspawn: Use _Fork() if available
This completes the workaround for bfs_spawn() hanging on FreeBSD with
ASan enabled.
Link: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280318
Diffstat (limited to 'build/header.mk')
-rw-r--r-- | build/header.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/header.mk b/build/header.mk index afd04d0..a4f392e 100644 --- a/build/header.mk +++ b/build/header.mk @@ -13,6 +13,7 @@ include build/exports.mk # All header fragments we generate HEADERS := \ gen/has/--st-birthtim.h \ + gen/has/_Fork.h \ gen/has/acl-get-entry.h \ gen/has/acl-get-file.h \ gen/has/acl-get-tag-type.h \ |