]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/getunwind.2
Many pages: Document fixed-width types with ISO C naming
[thirdparty/man-pages.git] / man2 / getunwind.2
index 94935ba023ffd091828f8847f6dd8f72df26ba01..fb64a1185fb8f234782033d94006f6fe7834fbd2 100644 (file)
@@ -55,9 +55,9 @@ The unwind table contains entries of the following form:
 .PP
 .in +4n
 .EX
-u64 start;      (64\-bit address of start of function)
-u64 end;        (64\-bit address of end of function)
-u64 info;       (BUF\-relative offset to unwind info)
+uint64_t  start;      (64\-bit address of start of function)
+uint64_t  end;        (64\-bit address of end of function)
+uint64_t  info;       (BUF\-relative offset to unwind info)
 .EE
 .in
 .PP