new:kzalloc

This commit is contained in:
fslongjin
2022-08-15 17:57:05 +08:00
parent cec44c1fd7
commit f513286f53
11 changed files with 73 additions and 29 deletions

View File

@ -83,4 +83,6 @@ typedef struct __pthread_spinlock_t
typedef struct __pthread_condattr_t
{
int clockid; // clockid_t
} pthread_condattr_t;
} pthread_condattr_t;
typedef uint64_t gfp_t;