We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380d36e commit 4eb09f0Copy full SHA for 4eb09f0
libc/newhdrgen/yaml/sys/mman.yaml
@@ -64,8 +64,7 @@ functions:
64
- type: size_t
65
66
- type: int
67
- - type: void *
68
- description: "This argument is optional."
+ - type: '...'
69
- name: mprotect
70
standards:
71
- POSIX
libc/spec/linux.td
@@ -122,7 +122,7 @@ def Linux : StandardSpec<"Linux"> {
122
ArgSpec<SizeTType>,
123
124
ArgSpec<IntType>,
125
- ArgSpec<VoidPtr>,
+ ArgSpec<VarArgType>,
126
]
127
>,
128
] // Functions
0 commit comments