[libc-commits] [PATCH] D135409: [libc] add sysconf with pagesize

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Oct 6 16:05:19 PDT 2022


michaelrj added inline comments.


================
Comment at: libc/spec/posix.td:503
           RetValSpec<IntType>,
-          [ArgSpec<IntType>, ArgSpec<ConstCharPtr>, ArgSpec<IntType>, ArgSpec<ConstCharPtr>]
         >,
----------------
sivachandra wrote:
> Why did this get modified?
I edited the wrong spec when setting up sysconf and apparently forgot to fix it.


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