Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into xidatong-arm32

This commit is contained in:
wgzAIIT
2023-06-06 10:08:20 +08:00
7 changed files with 189 additions and 400 deletions

View File

@@ -29,6 +29,7 @@ extern "C" {
#include <time.h>
#include <sys/time.h>
#if !defined(_SYS_SCHED_H_) && !defined(_SYS__PTHREADTYPES_H_)
typedef int pid_t;
typedef unsigned long int pthread_t;
@@ -58,7 +59,8 @@ typedef struct pthread_mutexattr {
int pshared;
} pthread_mutexattr_t;
typedef int pthread_mutex_t ;
typedef int pthread_mutex_t;
#endif
#ifdef __cplusplus
}