chore: clean "bits/xx.h" includes
Signed-off-by: Caoruihong <crh.cao@huawei.com> Change-Id: I3dcf576ceba66b0fa447573e997d064026eb8785
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "sys/wait.h"
|
||||
|
||||
#define WAIT_PARENT_FIRST_TO_RUN(tick) usleep((tick)*10 * 1000) // 10, 1000, wait time.
|
||||
#include "bits/syscall.h"
|
||||
#include "sys/syscall.h"
|
||||
|
||||
static inline int Syscall(int nbr, int parm1, int parm2, int parm3, int parm4)
|
||||
{
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
#define SLEEP_AND_YIELD(tick) usleep((tick)*10 * 1000)
|
||||
|
||||
#include "bits/syscall.h"
|
||||
#include "sys/syscall.h"
|
||||
|
||||
static inline int Syscall(int nbr, int parm1, int parm2, int parm3, int parm4)
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "it_pthread_test.h"
|
||||
#include "bits/syscall.h"
|
||||
#include "sys/syscall.h"
|
||||
|
||||
void child1(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user