mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:30ac756798Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1368> (cherry picked from commit3b7a63e6ae)
This commit is contained in:
committed by
Alan Coopersmith
parent
e77f414b78
commit
2321632c44
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user