未验证 提交 0cf9e5af 编写于 作者: O openharmony_ci 提交者: Gitee

!791 支持time容器

Merge pull request !791 from zhushengle/time_container
...@@ -38,6 +38,7 @@ int sched_yield(void); ...@@ -38,6 +38,7 @@ int sched_yield(void);
#define __CPU_BITTYPE unsigned long int /* mandated by the kernel */ #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
#ifdef _GNU_SOURCE #ifdef _GNU_SOURCE
#define CSIGNAL 0x000000ff #define CSIGNAL 0x000000ff
#define CLONE_NEWTIME 0x00000080
#define CLONE_VM 0x00000100 #define CLONE_VM 0x00000100
#define CLONE_FS 0x00000200 #define CLONE_FS 0x00000200
#define CLONE_FILES 0x00000400 #define CLONE_FILES 0x00000400
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册