xfree86: export OsReleaseSignals() but keep it internal
Needed by the int10 module, so has to be in the symbol table. But still not supposed to be used by out-of-tree drivers. Reported-by: stefan11111 <stefan11111@shitposting.expert> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
711359b75c
commit
905329940a
|
@ -174,7 +174,10 @@ void OsCleanup(Bool);
|
||||||
void OsVendorFatalError(const char *f, va_list args) _X_ATTRIBUTE_PRINTF(1, 0);
|
void OsVendorFatalError(const char *f, va_list args) _X_ATTRIBUTE_PRINTF(1, 0);
|
||||||
void OsVendorInit(void);
|
void OsVendorInit(void);
|
||||||
void OsBlockSignals(void);
|
void OsBlockSignals(void);
|
||||||
|
|
||||||
|
_X_EXPORT /* needed by the int10 module, but should not be used by OOT drivers */
|
||||||
void OsReleaseSignals(void);
|
void OsReleaseSignals(void);
|
||||||
|
|
||||||
void OsResetSignals(void);
|
void OsResetSignals(void);
|
||||||
void OsAbort(void) _X_NORETURN;
|
void OsAbort(void) _X_NORETURN;
|
||||||
void AbortServer(void) _X_NORETURN;
|
void AbortServer(void) _X_NORETURN;
|
||||||
|
|
Loading…
Reference in New Issue