зеркало из https://github.com/mozilla/pjs.git
Fix for QNX-specific build bustage. QNX doesn't provide a prototype for random().
This commit is contained in:
Родитель
398e717fc7
Коммит
5d6a7889a8
|
@ -99,6 +99,10 @@ XP_END_PROTOS
|
|||
|
||||
#ifndef __QNX__
|
||||
#include <memory.h>
|
||||
#else
|
||||
XP_BEGIN_PROTOS
|
||||
extern long random(void); /* QNX doesn't provide a prototype, so do this until they fix it. */
|
||||
XP_END_PROTOS
|
||||
#endif
|
||||
|
||||
#define XP_STRDUP(s) strdup((s))
|
||||
|
|
Загрузка…
Ссылка в новой задаче