[libc] Revise the definition of posix_spawn. (#124686)
Closes #124635. Some parameter types in the definition of `posix_spawn` currently do not match the standard. This patch resolves the issue. ref: https://man7.org/linux/man-pages/man3/posix_spawn.3.html
This commit is contained in:
@@ -18,8 +18,8 @@ functions:
|
||||
- type: const char *__restrict
|
||||
- type: posix_spawn_file_actions_t *
|
||||
- type: posix_spawnattr_t *__restrict
|
||||
- type: const char *__restrict *
|
||||
- type: const char *__restrict *
|
||||
- type: char * const * __restrict
|
||||
- type: char * const * __restrict
|
||||
- name: posix_spawn_file_actions_addclose
|
||||
standards:
|
||||
- POSIX
|
||||
|
||||
Reference in New Issue
Block a user