mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-03-02 10:15:26 +08:00
[libc] Add more typedef in minilibc.
This commit is contained in:
parent
0b93fa4aec
commit
41f2f1829f
@ -15,6 +15,16 @@ typedef int mode_t;
|
|||||||
typedef unsigned long clockid_t;
|
typedef unsigned long clockid_t;
|
||||||
typedef int pid_t;
|
typedef int pid_t;
|
||||||
|
|
||||||
|
typedef int gid_t;
|
||||||
|
typedef int uid_t;
|
||||||
|
typedef int dev_t;
|
||||||
|
typedef int ino_t;
|
||||||
|
typedef int mode_t;
|
||||||
|
typedef int caddr_t;
|
||||||
|
|
||||||
|
typedef unsigned int wint_t;
|
||||||
|
typedef unsigned long useconds_t;
|
||||||
|
|
||||||
typedef unsigned long clock_t; /* clock() */
|
typedef unsigned long clock_t; /* clock() */
|
||||||
|
|
||||||
#ifndef NULL
|
#ifndef NULL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user