[all-commits] [llvm/llvm-project] 691129: [libc] Various limits adds and fixes (#192672)
Jeff Bailey via All-commits
all-commits at lists.llvm.org
Fri Apr 17 08:37:40 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69112990ebc6ade572b74c79e2535aa3bbf071fa
https://github.com/llvm/llvm-project/commit/69112990ebc6ade572b74c79e2535aa3bbf071fa
Author: Jeff Bailey <jbailey at raspberryginger.com>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M libc/include/limits.yaml
M libc/include/llvm-libc-macros/limits-macros.h
Log Message:
-----------
[libc] Various limits adds and fixes (#192672)
Implemented and corrected POSIX limits:
* Corrected _POSIX_NAME_MAX and _POSIX_PATH_MAX definitions.
* Added PATH_MAX for Linux.
* Added _POSIX_THREAD_DESTRUCTOR_ITERATIONS and
PTHREAD_DESTRUCTOR_ITERATIONS.
* Updated limits.yaml to include these macros.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list