diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-02-22 16:13:06 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-04-15 22:49:02 +0000 |
commit | 3b7a63e6ae5c59127bab1ff10acb51003ced0b53 (patch) | |
tree | 5e0b432ad552bd7eb6c2589c1e05463b05539291 /include | |
parent | 62d3114ab9541033a3f4945e36fc5909a06c4e15 (diff) |
os: unexport xthread_sigmask
This function isn't used by drivers and there's currently no need to do so,
thus keep it out of the public module API.
Fixes: 30ac7567980a1eb79d084a63e0e74e1d9a3af673
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1368>
Diffstat (limited to 'include')
-rw-r--r-- | include/os.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/os.h b/include/os.h index 709f3e02c..848330760 100644 --- a/include/os.h +++ b/include/os.h @@ -510,7 +510,4 @@ xorg_backtrace(void); typedef _sigset_t sigset_t; #endif -extern _X_EXPORT int -xthread_sigmask(int how, const sigset_t *set, sigset_t *oldest); - #endif /* OS_H */ |