diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-16 17:02:05 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-16 17:02:05 +0100 |
| commit | 90dad97fc07f049383903a166631e2c257f9b8c1 (patch) | |
| tree | 096cd247ecfda9e46598215a4f32aecedeedda90 /lib/libc/mman/mmap.c | |
| parent | 0e832a9329cc4d4647e1ce529846073f21e66991 (diff) | |
Add support for TLS in the libc
Diffstat (limited to 'lib/libc/mman/mmap.c')
| -rw-r--r-- | lib/libc/mman/mmap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/mman/mmap.c b/lib/libc/mman/mmap.c index d43ed686..b3ebdbbd 100644 --- a/lib/libc/mman/mmap.c +++ b/lib/libc/mman/mmap.c @@ -1,5 +1,3 @@ - - #include <stddef.h> // for size_t #include <syscall.h> // for __syscall_6, syscall |
