gh-107091: Fix some uses of :c:type: role (GH-107138)

This commit is contained in:
Serhiy Storchaka 2023-07-26 22:29:23 +03:00 committed by GitHub
parent af61cb9c78
commit 6d5b6e71c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 28 additions and 22 deletions

View file

@ -108,6 +108,10 @@ nitpick_ignore = [
('c:type', 'uintmax_t'),
('c:type', 'va_list'),
('c:type', 'wchar_t'),
('c:struct', 'in6_addr'),
('c:struct', 'in_addr'),
('c:struct', 'stat'),
('c:struct', 'statvfs'),
# Standard C macros
('c:macro', 'LLONG_MAX'),
('c:macro', 'LLONG_MIN'),