X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2Finclude%2Fstdint.h;h=37b0c84b24a4c600f3ae02bec0f21146acc01dfd;hb=d7c3119cb69fab67f57d92f7055d0309f07218de;hp=0e43363df4c96b099f154faec8300e80660444b6;hpb=6c7e82169e66197939b83945812b02787ed0f52e;p=tpg%2Facess2.git diff --git a/Usermode/include/stdint.h b/Usermode/include/stdint.h index 0e43363d..37b0c84b 100644 --- a/Usermode/include/stdint.h +++ b/Usermode/include/stdint.h @@ -27,5 +27,6 @@ typedef int32_t ptrdiff_t; # error "Unknown pointer size" #endif +typedef uint64_t off_t; #endif