mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-16 19:32:26 +00:00
Add Distributed Multihead X (DMX) support
This commit is contained in:
parent
d5db59bd79
commit
7976ee51af
447 changed files with 103260 additions and 52 deletions
4
os/log.c
4
os/log.c
|
|
@ -385,10 +385,10 @@ LogMessage(MessageType type, const char *format, ...)
|
|||
}
|
||||
|
||||
#ifdef __GNUC__
|
||||
static void AbortServer(void) __attribute__((noreturn));
|
||||
void AbortServer(void) __attribute__((noreturn));
|
||||
#endif
|
||||
|
||||
static void
|
||||
void
|
||||
AbortServer(void)
|
||||
{
|
||||
OsCleanup(TRUE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue