mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-16 06:10:32 +01:00
xfree86: os-support: drop unused NO_OSLIB_PROTOTYPES guard
The last user was removed a decade ago by commita6fcb15472. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1407> (cherry picked from commit9bc7d96a45)
This commit is contained in:
parent
125552425e
commit
c400daa78e
1 changed files with 0 additions and 2 deletions
|
|
@ -87,7 +87,6 @@
|
|||
#define XF86_M_RNG 0x080 /* ring */
|
||||
#define XF86_M_DSR 0x100 /* data set ready */
|
||||
|
||||
#ifndef NO_OSLIB_PROTOTYPES
|
||||
/*
|
||||
* This is to prevent re-entrancy to FatalError() when aborting.
|
||||
* Anything that can be called as a result of ddxGiveUp() should use this
|
||||
|
|
@ -198,5 +197,4 @@ xf86PlatformReprobeDevice(int index, struct OdevAttributes *attribs);
|
|||
#endif
|
||||
|
||||
_XFUNCPROTOEND
|
||||
#endif /* NO_OSLIB_PROTOTYPES */
|
||||
#endif /* _XF86_OSPROC_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue