os: unexport WaitForSomething()

Not used by any drivers, so no need to export it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1584>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-08 18:53:03 +01:00 committed by Marge Bot
parent 2cec3cfbf1
commit 3d3d148039
2 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,6 @@ typedef struct _NewClientRec *NewClientPtr;
#include <stdio.h>
#include <stdarg.h>
extern _X_EXPORT Bool WaitForSomething(Bool clients_are_ready);
extern _X_EXPORT int ReadRequestFromClient(ClientPtr /*client */ );
extern _X_EXPORT int ReadFdFromClient(ClientPtr client);

View File

@ -200,6 +200,8 @@ void ListenToAllClients(void);
/* allow DDX to force using another clock */
void ForceClockId(clockid_t forced_clockid);
Bool WaitForSomething(Bool clients_are_ready);
extern int LimitClients;
extern Bool PartialNetwork;
extern Bool RunFromSigStopParent;