mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-25 16:57:20 +00:00
[Libc][Minilibc] Add type 'clock_t' to minilibc.
This commit is contained in:
@@ -15,6 +15,8 @@ typedef int mode_t;
|
||||
typedef unsigned long clockid_t;
|
||||
typedef int pid_t;
|
||||
|
||||
typedef unsigned long clock_t; /* clock() */
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL (0)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user