Projects
Eulaceura:Mainline
openjfx8
_service:obs_scm:0000-Fix-wait-call-in-PosixPla...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:0000-Fix-wait-call-in-PosixPlatform.patch of Package openjfx8
--- rt-8u202-b02/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp 2018-10-29 16:26:04.000000000 +0100 +++ rt-8u202-b02-patched/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp 2018-11-27 15:34:52.170181958 +0100 @@ -43,7 +43,6 @@ #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> -#include <sys/sysctl.h> #include <iostream> #include <dlfcn.h> #include <signal.h> @@ -232,10 +231,7 @@ pid_t wpid = 0; //TODO Use waitpid instead of wait -#ifdef LINUX - wait(&status); -#endif -#ifdef MAC +#if defined(LINUX) || defined(MAC) wpid = wait(&status); #endif
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2