[all-commits] [llvm/llvm-project] c2771c: [libc][docs] Add sys/resource header's implementat...
Prashanth via All-commits
all-commits at lists.llvm.org
Tue Jan 14 08:45:08 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2771ca284124861de76ba1853ac4f26e09b8497
https://github.com/llvm/llvm-project/commit/c2771ca284124861de76ba1853ac4f26e09b8497
Author: Prashanth <TheStarOne01 at proton.me>
Date: 2025-01-14 (Tue, 14 Jan 2025)
Changed paths:
M libc/docs/CMakeLists.txt
M libc/docs/headers/index.rst
A libc/utils/docgen/sys/resource.yaml
Log Message:
-----------
[libc][docs] Add sys/resource header's implementation status (#122563)
### Add sys/resource header's implementation status ( #122006 )
#### Changes:
1. **CMakeLists.txt**: Added `sys/resource` to the list of documentation
directories.
2. **index.rst**: Included `sys/resource` in the documentation index.
3. **resource.yaml**: Created a new YAML file for `sys/resource` with
functions and macros which manages system resources.
This PR adds documentation support for the `sys/resource` header,
including functions and macros as per the latest POSIX standards.
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