[libc-commits] [PATCH] D134016: [libc] Add implementation of POSIX setrlimit and getrlimit functions.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Sep 16 12:54:55 PDT 2022


lntue added a comment.

Is this failure fixed yet:

  /var/lib/buildkite-agent/builds/llvm-project/libc/test/src/sys/resource/getrlimit_setrlimit_test.cpp:43:19: error: variable has incomplete type 'struct rlimit_t'
    struct rlimit_t limits {
                    ^
  /var/lib/buildkite-agent/builds/llvm-project/libc/test/src/sys/resource/getrlimit_setrlimit_test.cpp:43:10: note: forward declaration of 'rlimit_t'
    struct rlimit_t limits {
           ^
  1 error generated.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134016/new/

https://reviews.llvm.org/D134016



More information about the libc-commits mailing list