X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2Finclude%2Fstdint.h;h=477f8ebd97b730ff32cf1821c2bf60d80cc2c1d2;hb=e7dd0e094f0c23bb20ddb0025f41d1c0c28f5ab2;hp=0e44f142f174e4685544f09a98ccc8f096e8e4a6;hpb=83322f5718ddc6e2e67b6c32d2a263caed780d9a;p=tpg%2Facess2.git diff --git a/Usermode/include/stdint.h b/Usermode/include/stdint.h index 0e44f142..477f8ebd 100644 --- a/Usermode/include/stdint.h +++ b/Usermode/include/stdint.h @@ -26,6 +26,6 @@ typedef uint32_t uintptr_t; # error "Unknown pointer size" #endif -typedef uint64_t off_t; +//typedef uint64_t off_t; #endif