File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,41 @@ functions:
101
101
arguments :
102
102
- type : void *
103
103
- type : size_t
104
+ - name : pkey_alloc
105
+ standards :
106
+ - Linux
107
+ return_type : int
108
+ arguments :
109
+ - type : unsigned int
110
+ - type : unsigned int
111
+ - name : pkey_free
112
+ standards :
113
+ - Linux
114
+ return_type : int
115
+ arguments :
116
+ - type : int
117
+ - name : pkey_get
118
+ standards :
119
+ - GNUExtensions
120
+ return_type : int
121
+ arguments :
122
+ - type : int
123
+ - name : pkey_mprotect
124
+ standards :
125
+ - Linux
126
+ return_type : int
127
+ arguments :
128
+ - type : void *
129
+ - type : size_t
130
+ - type : int
131
+ - type : int
132
+ - name : pkey_set
133
+ standards :
134
+ - GNUExtensions
135
+ return_type : int
136
+ arguments :
137
+ - type : int
138
+ - type : unsigned int
104
139
- name : posix_madvise
105
140
standards :
106
141
- POSIX
Original file line number Diff line number Diff line change 9
9
#ifndef LLVM_LIBC_SRC_SYS_MMAN_PKEY_MPROTECT_H
10
10
#define LLVM_LIBC_SRC_SYS_MMAN_PKEY_MPROTECT_H
11
11
12
- #include " src/__support/macros/config.h"
13
12
#include " hdr/types/size_t.h"
13
+ #include " src/__support/macros/config.h"
14
14
15
15
namespace LIBC_NAMESPACE_DECL {
16
16
You can’t perform that action at this time.
0 commit comments