Commit 6ce339e
committed
Use LLVM libc ssize_t.h
There is no sys/types.h header in LLVM libc for baremetal targets as it
is a POSIX one. ssize_t however is provided via ssize_t.h. Conditionally
include this header when LLVM Libc is used as that's the reason why
sys/types.h is included in the first place which is POSIX only.1 parent cd508fc commit 6ce339e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments