* NFDBITS is declared in sys/select.h on AIX
* Need to explicitly cast memcpy with XL on AIX This commit was SVN r11274.
Этот коммит содержится в:
родитель
ebd7a49428
Коммит
da0610cc50
@ -37,6 +37,9 @@
|
||||
#else
|
||||
#include <sys/_time.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
#include <sys/queue.h>
|
||||
#include <sys/tree.h>
|
||||
#include <signal.h>
|
||||
|
@ -267,7 +267,7 @@ opal_evsignal_process(void)
|
||||
}
|
||||
}
|
||||
|
||||
memset(opal_evsigcaught, 0, sizeof(opal_evsigcaught));
|
||||
memset((void*) opal_evsigcaught, 0, sizeof(opal_evsigcaught));
|
||||
opal_evsignal_caught = 0;
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user