[libc-commits] [PATCH] D90653: [LIBC][NFC] Rename errno files to match other files with functions

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Nov 2 15:33:14 PST 2020


michaelrj created this revision.
michaelrj added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
michaelrj requested review of this revision.

Rename the files containing the __errno_location function
to __errno_location.h/cpp to match the other files.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90653

Files:
  libc/src/errno/CMakeLists.txt
  libc/src/errno/__errno_location.cpp
  libc/src/errno/__errno_location.h
  libc/src/errno/errno_location.cpp
  libc/src/errno/llvmlibc_errno.h
  libc/src/math/math_utils.h
  libc/src/signal/linux/sigaction.cpp
  libc/src/signal/linux/sigaddset.cpp
  libc/src/signal/linux/sigdelset.cpp
  libc/src/signal/linux/sigemptyset.cpp
  libc/src/signal/linux/sigfillset.cpp
  libc/src/signal/linux/sigprocmask.cpp
  libc/src/sys/mman/linux/mmap.cpp
  libc/src/sys/mman/linux/munmap.cpp
  libc/src/threads/linux/thrd_create.cpp
  libc/src/unistd/linux/write.cpp
  libc/test/ErrnoSetterMatcher.h
  libc/test/loader/linux/tls_test.cpp
  libc/test/src/errno/errno_test.cpp
  libc/test/src/math/cosf_test.cpp
  libc/test/src/math/exp2f_test.cpp
  libc/test/src/math/expf_test.cpp
  libc/test/src/math/sincosf_test.cpp
  libc/test/src/math/sinf_test.cpp
  libc/test/src/signal/signal_test.cpp
  libc/test/src/signal/sigprocmask_test.cpp
  libc/test/src/sys/mman/linux/mmap_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90653.302420.patch
Type: text/x-patch
Size: 11427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201102/60abdd55/attachment.bin>


More information about the libc-commits mailing list