diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-02-27 13:39:04 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-02-27 13:39:04 -0500 |
commit | a36774be636c3429c6e73de33bf65a1bdbdcfb4b (patch) | |
tree | 525d358367a4e936dc197c94ca488a3dc822239a /build/header.mk | |
parent | 5798978f77ef8c3efb3c99fa7fb9538c5c597024 (diff) | |
download | bfs-a36774be636c3429c6e73de33bf65a1bdbdcfb4b.tar.xz |
bfstd: Take sched_getaffinity() into account in nproc()
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 f8aee4b..19cb175 100644 --- a/build/header.mk +++ b/build/header.mk @@ -43,6 +43,7 @@ HEADERS := \ gen/has/posix-spawn-addfchdir.h \ gen/has/pthread-set-name-np.h \ gen/has/pthread-setname-np.h \ + gen/has/sched-getaffinity.h \ gen/has/st-acmtim.h \ gen/has/st-acmtimespec.h \ gen/has/st-birthtim.h \ |