]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/kcmp.2
Many pages: Document fixed-width types with ISO C naming
[thirdparty/man-pages.git] / man2 / kcmp.2
index 886d5d66c72685980d0ab917bc39d86677a917bb..0c5e5096af8b86fdba56b95da20e73747af97ec7 100644 (file)
@@ -165,9 +165,9 @@ This structure has the form:
 .in +4n
 .EX
 struct kcmp_epoll_slot {
-    __u32 efd;
-    __u32 tfd;
-    __u64 toff;
+    uint32_t  efd;
+    uint32_t  tfd;
+    uint64_t  toff;
 };
 .EE
 .in