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 3ed76b4 commit 4a9dabeCopy full SHA for 4a9dabe
libc/spec/linux.td
@@ -112,7 +112,19 @@ def Linux : StandardSpec<"Linux"> {
112
[], // Macros
113
[], // Types
114
[], // Enumerations
115
- [] // Functions
+ [
116
+ FunctionSpec<
117
+ "prctl",
118
+ RetValSpec<IntType>,
119
120
+ ArgSpec<IntType>,
121
+ ArgSpec<UnsignedLongType>,
122
123
124
125
+ ]
126
+ >,
127
+ ] // Functions
128
>;
129
130
HeaderSpec SysRandom = HeaderSpec<
0 commit comments