add some parameter check and function defintion etc.

This commit is contained in:
luo jiao
2017-12-22 13:24:02 +08:00
parent 31151a775a
commit 3d65afc7d5
3 changed files with 17 additions and 6 deletions

View File

@@ -37,11 +37,6 @@ enum
SCHED_MAX = SCHED_RR
};
struct sched_param
{
int sched_priority;
};
#ifdef __cplusplus
extern "C"
{