Fix compilation error maybe
This commit is contained in:
parent
165c6d5a7b
commit
bb2de743b7
|
@ -3,15 +3,11 @@
|
||||||
#include <sched.h>
|
#include <sched.h>
|
||||||
#include "../../../../types.h"
|
#include "../../../../types.h"
|
||||||
|
|
||||||
extern "C" {
|
|
||||||
struct sched_param;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace HLE::Libs::LibKernel::ThreadManagement {
|
namespace HLE::Libs::LibKernel::ThreadManagement {
|
||||||
|
|
||||||
struct PthreadAttrInternal;
|
struct PthreadAttrInternal;
|
||||||
|
|
||||||
using SceKernelSchedParam = struct sched_param;
|
using SceKernelSchedParam = ::sched_param;
|
||||||
using ScePthreadAttr = PthreadAttrInternal*;
|
using ScePthreadAttr = PthreadAttrInternal*;
|
||||||
|
|
||||||
struct PthreadInternal {
|
struct PthreadInternal {
|
||||||
|
|
Loading…
Reference in New Issue