]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Switch intptr_t to ptrdiff_t
authorNick Terrell <terrelln@fb.com>
Tue, 4 Apr 2017 22:49:38 +0000 (15:49 -0700)
committerNick Terrell <terrelln@fb.com>
Tue, 4 Apr 2017 22:49:38 +0000 (15:49 -0700)
contrib/linux-kernel/lib/mem.h

index 6040aa5c730f7e423821d8beda452f93d63fe7a5..76cae04fa65c89d6b0885f6a96f8206229f0c3d6 100644 (file)
@@ -38,7 +38,7 @@ typedef  uint32_t U32;
 typedef   int32_t S32;
 typedef  uint64_t U64;
 typedef   int64_t S64;
-typedef  intptr_t iPtrDiff;
+typedef ptrdiff_t iPtrDiff;
 typedef uintptr_t uPtrDiff;