Skip to content

Commit 9892c21

Browse files
committed
[libc] Add restrict to params in yaml
1 parent 6b7ec28 commit 9892c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/include/sys/time.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ functions:
2020
return_type: int
2121
arguments:
2222
- type: int
23-
- type: const struct itimerval *
24-
- type: struct itimerval *
23+
- type: const struct itimerval *__restrict
24+
- type: struct itimerval *__restrict
2525

2626
- name: getitimer
2727
standards:

0 commit comments

Comments
 (0)