mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-16 07:00:00 -05:00
Remove unused <threads.h> header
This was introduced before for some threading implementation to have definitions for 'tss_t' and 'tss_set()' and similar, but these were later removed, while the header was still kept. This header doesn't exist on older systems with older glibc and is the reason for the only patch we need to have in Chromium to make PipeWire to build.
This commit is contained in:
parent
fb20b96024
commit
954f76d107
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <pthread.h>
|
||||
#include <threads.h>
|
||||
#include <stdatomic.h>
|
||||
|
||||
#include <spa/support/loop.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue