diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-11-26 14:31:14 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-11-27 21:03:36 -0500 |
commit | f05d65e5cf4b376a6bf1eeed17356f8e7767b389 (patch) | |
tree | 120367d126dfc7601dcb97abc699ffa4463be641 /build/header.mk | |
parent | aecdabb625841052a68fd3b5510c56b138693c9a (diff) | |
download | bfs-f05d65e5cf4b376a6bf1eeed17356f8e7767b389.tar.xz |
thread: New thread_setname() function
Diffstat (limited to 'build/header.mk')
-rw-r--r-- | build/header.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/header.mk b/build/header.mk index f940e52..8b697d6 100644 --- a/build/header.mk +++ b/build/header.mk @@ -38,6 +38,8 @@ HEADERS := \ gen/has/posix-getdents.h \ gen/has/posix-spawn-addfchdir-np.h \ gen/has/posix-spawn-addfchdir.h \ + gen/has/pthread-set-name-np.h \ + gen/has/pthread-setname-np.h \ gen/has/st-acmtim.h \ gen/has/st-acmtimespec.h \ gen/has/st-birthtim.h \ |