mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-27 04:47:10 +00:00
Haiku OS port (#485)
* Haiku OS port * haiku with X11 backend * haiku has stpncpy * Haiku is not Linux. * X not stable enough on Haiku * Haiku : settimeofday is a no-op * Haiku : no need to define settimeofday at all (pointed by nbriggs) --------- Signed-off-by: Anarchos <sylvain_kerjean@hotmail.com>
This commit is contained in:
@@ -864,7 +864,9 @@ int device_before_raid(void) {
|
||||
#ifdef XWINDOW
|
||||
/* So X events still get recognized. */
|
||||
sigemptyset(&signals);
|
||||
#ifndef MAIKO_OS_HAIKU
|
||||
sigaddset(&signals, SIGIO);
|
||||
#endif
|
||||
sigprocmask(SIG_UNBLOCK, &signals, NULL);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user