[libc-commits] [PATCH] D154529: [libc] Use the new style includes

Petr Hosek via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 5 10:45:02 PDT 2023


phosek created this revision.
phosek added a reviewer: sivachandra.
Herald added projects: libc-project, All.
Herald added a subscriber: libc-commits.
phosek requested review of this revision.

We should be using the standard includes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154529

Files:
  libc/src/pthread/pthread_mutex_init.h
  libc/src/signal/linux/signal_utils.h
  libc/src/signal/linux/sigprocmask.cpp
  libc/src/signal/raise.h
  libc/src/signal/sigdelset.h
  libc/src/signal/sigemptyset.h
  libc/src/signal/sigfillset.h
  libc/src/signal/signal.h
  libc/src/signal/sigprocmask.h
  libc/src/threads/cnd_broadcast.h
  libc/src/threads/cnd_destroy.h
  libc/src/threads/cnd_init.h
  libc/src/threads/cnd_signal.h
  libc/src/threads/cnd_wait.h
  libc/src/threads/linux/CndVar.h
  libc/src/threads/mtx_destroy.cpp
  libc/src/threads/mtx_destroy.h
  libc/src/threads/mtx_init.cpp
  libc/src/threads/mtx_init.h
  libc/src/threads/mtx_lock.cpp
  libc/src/threads/mtx_lock.h
  libc/src/threads/mtx_unlock.cpp
  libc/src/threads/mtx_unlock.h
  libc/src/threads/thrd_current.h
  libc/src/threads/thrd_detach.h
  libc/src/threads/thrd_equal.h
  libc/src/threads/thrd_exit.h
  libc/src/threads/thrd_join.h
  libc/src/time/nanosleep.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154529.537428.patch
Type: text/x-patch
Size: 12563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230705/ab4cec7d/attachment-0001.bin>


More information about the libc-commits mailing list