增加vma的page_offset计算

This commit is contained in:
fslongjin
2022-08-15 16:58:56 +08:00
parent a296b79dbc
commit cec44c1fd7
3 changed files with 5 additions and 1 deletions

View File

@ -41,6 +41,8 @@ typedef uint64_t fsfilcnt_t;
#define __socklen_t uint32_t
typedef __socklen_t socklen_t;
#define pgoff_t unsigned long
struct utimbuf
{
time_t actime;