| Issue | 124632 |
|---|---|
| Summary | [libc][unistd] implement setsid |
| Labels | libc |
| Assignees | |
| Reporter | nickdesaulniers |
Building clang itself against llvm-libc fails with:
```
llvm/lib/Support/Unix/Program.inc:314:13: error: no member named 'setsid' in the global namespace
314 | if (::setsid() == -1) {
| ~~^
```
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
