[Lldb-commits] [PATCH] D125995: [lldb] Fix 'ptsname_r' is only available on macOS 10.13.4 or newer

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 25 11:06:40 PDT 2022


JDevlieghere added a comment.

I was about to push a fix but it seems like it was already fixed by:

  commit 4391625255c62074037d95a55232a87eae70c60b
  Author: Kazu Hirata <kazu at google.com>
  Date:   Wed May 25 09:49:05 2022 -0700
  
      [lldb] Fix an unused function warning
  
      This patch fixes:
  
        .../llvm-project/lldb/source/Host/common/PseudoTerminal.cpp:106:20:
        error: unused function 'use_ptsname' [-Werror,-Wunused-function]


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125995



More information about the lldb-commits mailing list