Issue 126602
Summary [libc][POSIX][unistd] implement gethostname
Labels libc
Assignees
Reporter nickdesaulniers
    Building llvm against llvm-libc fails with:
```
llvm-project/llvm/lib/Support/LockFileManager.cpp:101:3: error: use of undeclared identifier 'gethostname'
```
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