Issue 126603
Summary [libc][POSIX][unistd] implement getsid
Labels libc
Assignees
Reporter nickdesaulniers
    Building llvm against llvm-libc fails with:
```
/llvm-project-main/llvm/lib/Support/LockFileManager.cpp:120:33: error: use of undeclared identifier 'getsid'
```
Looks like this is provided by unistd.h on POSIX systems.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to