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