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: 30ac756798
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1368>
(cherry picked from commit 3b7a63e6ae)
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-22 16:13:06 +01:00
committed by Alan Coopersmith
parent e77f414b78
commit 2321632c44
3 changed files with 6 additions and 3 deletions

View File

@@ -714,7 +714,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 */