[libc-commits] [libc] [libc] Add unistd overlay (PR #118882)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Thu Dec 5 15:23:05 PST 2024
================
@@ -9,8 +9,8 @@
#ifndef LLVM_LIBC_SRC_UNISTD_SWAB_H
#define LLVM_LIBC_SRC_UNISTD_SWAB_H
+#include "include/llvm-libc-types/ssize_t.h" // For ssize_t
----------------
michaelrj-google wrote:
same here
```suggestion
#include "hdr/types/ssize_t.h"
```
https://github.com/llvm/llvm-project/pull/118882
More information about the libc-commits
mailing list