[all-commits] [llvm/llvm-project] cae84d: [libc] Correct usage of __unix__ and __linux__
alfredfo via All-commits
all-commits at lists.llvm.org
Sun Jul 2 17:08:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cae84d8acf5ec7a8f7b9fd2ce33397bcc22c590c
https://github.com/llvm/llvm-project/commit/cae84d8acf5ec7a8f7b9fd2ce33397bcc22c590c
Author: Alfred Persson Forsberg <cat at catcream.org>
Date: 2023-07-03 (Mon, 03 Jul 2023)
Changed paths:
M libc/include/llvm-libc-macros/fcntl-macros.h
M libc/include/llvm-libc-macros/sched-macros.h
M libc/include/llvm-libc-macros/sys-ioctl-macros.h
M libc/include/llvm-libc-macros/sys-mman-macros.h
M libc/include/llvm-libc-macros/sys-random-macros.h
M libc/include/llvm-libc-macros/sys-resource-macros.h
M libc/include/llvm-libc-macros/sys-socket-macros.h
M libc/include/llvm-libc-macros/sys-stat-macros.h
M libc/include/llvm-libc-macros/sys-time-macros.h
M libc/include/llvm-libc-macros/time-macros.h
M libc/include/llvm-libc-macros/unistd-macros.h
M libc/include/llvm-libc-types/__mutex_type.h
M libc/include/llvm-libc-types/once_flag.h
M libc/include/llvm-libc-types/pthread_once_t.h
M libc/include/llvm-libc-types/struct_dirent.h
M libc/include/llvm-libc-types/struct_utsname.h
M libc/src/__support/File/dir.cpp
M libc/src/__support/OSUtil/io.h
M libc/src/__support/OSUtil/quick_exit.h
M libc/src/__support/OSUtil/syscall.h
M libc/src/__support/threads/mutex.h
Log Message:
-----------
[libc] Correct usage of __unix__ and __linux__
Reviewed By: michaelrj, thesamesam
Differential Revision: https://reviews.llvm.org/D153729
More information about the All-commits
mailing list