[all-commits] [llvm/llvm-project] 8910cc: [libc] Use the new style includes
Petr Hosek via All-commits
all-commits at lists.llvm.org
Wed Jul 5 10:52:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8910cc2742f95350809fd972dd847213c6c6a0f2
https://github.com/llvm/llvm-project/commit/8910cc2742f95350809fd972dd847213c6c6a0f2
Author: Petr Hosek <phosek at google.com>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
M libc/src/pthread/pthread_mutex_init.h
M libc/src/signal/linux/signal_utils.h
M libc/src/signal/linux/sigprocmask.cpp
M libc/src/signal/raise.h
M libc/src/signal/sigdelset.h
M libc/src/signal/sigemptyset.h
M libc/src/signal/sigfillset.h
M libc/src/signal/signal.h
M libc/src/signal/sigprocmask.h
M libc/src/threads/cnd_broadcast.h
M libc/src/threads/cnd_destroy.h
M libc/src/threads/cnd_init.h
M libc/src/threads/cnd_signal.h
M libc/src/threads/cnd_wait.h
M libc/src/threads/linux/CndVar.h
M libc/src/threads/mtx_destroy.cpp
M libc/src/threads/mtx_destroy.h
M libc/src/threads/mtx_init.cpp
M libc/src/threads/mtx_init.h
M libc/src/threads/mtx_lock.cpp
M libc/src/threads/mtx_lock.h
M libc/src/threads/mtx_unlock.cpp
M libc/src/threads/mtx_unlock.h
M libc/src/threads/thrd_current.h
M libc/src/threads/thrd_detach.h
M libc/src/threads/thrd_equal.h
M libc/src/threads/thrd_exit.h
M libc/src/threads/thrd_join.h
M libc/src/time/nanosleep.cpp
Log Message:
-----------
[libc] Use the new style includes
We should be using the standard includes.
Differential Revision: https://reviews.llvm.org/D154529
More information about the All-commits
mailing list