Skip to content

Commit 75b4ab6

Browse files
committed
Fix standard specification in mman.yaml
1 parent ee0b312 commit 75b4ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/include/sys/mman.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ functions:
116116
- type: int
117117
- name: pkey_get
118118
standards:
119-
- GNUExtensions
119+
- GNU
120120
return_type: int
121121
arguments:
122122
- type: int
@@ -131,7 +131,7 @@ functions:
131131
- type: int
132132
- name: pkey_set
133133
standards:
134-
- GNUExtensions
134+
- GNU
135135
return_type: int
136136
arguments:
137137
- type: int

0 commit comments

Comments
 (0)