xfree86: export OsBlockSignals() 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
905329940a
commit
13595b1801
|
@ -173,6 +173,8 @@ void OsInit(void);
|
||||||
void OsCleanup(Bool);
|
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);
|
||||||
|
|
||||||
|
_X_EXPORT /* needed by the int10 module, but should not be used by OOT drivers */
|
||||||
void OsBlockSignals(void);
|
void OsBlockSignals(void);
|
||||||
|
|
||||||
_X_EXPORT /* needed by the int10 module, but should not be used by OOT drivers */
|
_X_EXPORT /* needed by the int10 module, but should not be used by OOT drivers */
|
||||||
|
|
Loading…
Reference in New Issue