]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2type/open_how.2type
Many pages: Document fixed-width types with ISO C naming
[thirdparty/man-pages.git] / man2type / open_how.2type
index 6037f0a014e5db273d241b9770cd9317ef9d6bb7..311feafc30501f154422fe452f496791fdc5764d 100644 (file)
@@ -13,9 +13,9 @@ Linux kernel headers
 .B #include <linux/openat2.h>
 .PP
 .B struct open_how {
-.BR "    u64  flags;" "    /* " O_ "* flags */"
-.BR "    u64  mode;" "     /* Mode for " O_ { CREAT , TMPFILE "} */"
-.BR "    u64  resolve;" "  /* " RESOLVE_ "* flags */"
+.BR "    uint64_t  flags;" "    /* " O_ "* flags */"
+.BR "    uint64_t  mode;" "     /* Mode for " O_ { CREAT , TMPFILE "} */"
+.BR "    uint64_t  resolve;" "  /* " RESOLVE_ "* flags */"
     /* ... */
 .B };
 .fi