[libc-commits] [libc] [libc][newhdrgen] removing trailing spaces -- yaml (PR #102043)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Mon Aug 5 12:25:20 PDT 2024
================
@@ -79,37 +79,37 @@ functions:
- type: void *
- type: size_t
- name: mlockall
- standards:
+ standards:
-POSIX
return_type: int
arguments:
- type: int
- name: munlockall
- standards:
+ standards:
- POSIX
return_type: int
arguments:
- type: void
- name: msync
- standards:
+ standards:
- POSIX
return_type: int
arguments:
- type: void *
- type: size_t
- type: int
- name: shm_open
- standards:
+ standards:
- POSIX
return_type: int
arguments:
- type: const char *
- type: int
- type: mode_t
- name: shm_unlink
- standards:
+ standards:
- POSIX
return_type: int
arguments:
- type: const char *
-
\ No newline at end of file
+
----------------
jhuber6 wrote:
Fix
https://github.com/llvm/llvm-project/pull/102043
More information about the libc-commits
mailing list