[libc-commits] [PATCH] D137867: [libc] move fork into threads folder
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Nov 14 14:04:59 PST 2022
michaelrj added a comment.
I meant that the `fork_callbacks` utility should be moved into the `threads` folder since it depends on the other utilities in the `threads` folder and is only used by the `pthreads` utilities. I think having `file` be separate makes sense because that's a category that is more specific than threads. The goal is to group similar things so that they can be found, and while I would expect fork related utilities to be in a threads folder, I wouldn't expect file related utilities to be in a threads folder.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137867/new/
https://reviews.llvm.org/D137867
More information about the libc-commits
mailing list