[libc-commits] [PATCH] D135409: [libc] add sysconf with pagesize
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Oct 10 11:33:42 PDT 2022
sivachandra accepted this revision.
sivachandra added a comment.
This revision is now accepted and ready to land.
One nit inline.
================
Comment at: libc/spec/posix.td:503
RetValSpec<IntType>,
- [ArgSpec<IntType>, ArgSpec<ConstCharPtr>, ArgSpec<IntType>, ArgSpec<ConstCharPtr>]
>,
----------------
michaelrj wrote:
> sivachandra wrote:
> > Why did this get modified?
> I edited the wrong spec when setting up sysconf and apparently forgot to fix it.
`symlinkat` returns an `int` value.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135409/new/
https://reviews.llvm.org/D135409
More information about the libc-commits
mailing list