diff options
Diffstat (limited to 'os/log.c')
-rw-r--r-- | os/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -413,7 +413,7 @@ AbortServer(void) AbortDDX(); fflush(stderr); if (CoreDump) - abort(); + OsAbort(); exit (1); } @@ -537,7 +537,7 @@ FatalError(const char *f, ...) beenhere = TRUE; AbortServer(); } else - abort(); + OsAbort(); /*NOTREACHED*/ } |