Issue 124947
Summary [libc][POSIX] provide _POSIX_ARG_MAX in limits.h
Labels good first issue, libc
Assignees
Reporter nickdesaulniers
    building llvm against llvm-libc fails with:
```
/llvm-project-main/llvm/lib/Support/Unix/Program.inc:561:24: error: use of undeclared identifier '_POSIX_ARG_MAX'
```
posix says this should go in limits.h and have a value of `4096`.  We should put this in:

libc/include/llvm-libc-macros/limits-macros.h
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to