Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3511792

Browse files
authored
[libc][unistd] Fix generated at-function prototypes (#195341)
Fixes generated <unistd.h> prototypes for readlinkat/symlinkat and adds compile-time public-header coverage
1 parent 09abee8 commit 3511792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libc/include/unistd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ functions:
344344
- POSIX
345345
return_type: ssize_t
346346
arguments:
347+
- type: int
347348
- type: const char *__restrict
348349
- type: char *__restrict
349350
- type: size_t
@@ -379,7 +380,6 @@ functions:
379380
- POSIX
380381
return_type: int
381382
arguments:
382-
- type: int
383383
- type: const char *
384384
- type: int
385385
- type: const char *

0 commit comments

Comments
 (0)