[libc-commits] [libc] [libc] Add GPU support for the 'system' function (PR #109687)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Mon Sep 23 13:23:51 PDT 2024
jhuber6 wrote:
> LGTM.
>
> Unrelated, whose idea was it to put `system` in `stdlib`? It really feels more like a `unistd` function or perhaps `sys/something`.
Honestly, feels weird that it's a standard C function given how many useful things (like mkdir) are POSIX only.
https://github.com/llvm/llvm-project/pull/109687
More information about the libc-commits
mailing list