[libc-commits] [PATCH] D121976: [libc] Add a linux file implementation.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Mar 20 22:55:17 PDT 2022


sivachandra added inline comments.


================
Comment at: libc/src/__support/File/linux_file.cpp:1
+//===--- A platform independent file data structure -------------*- C++ -*-===//
+//
----------------
lntue wrote:
> By platform independent, you meant ISAs. not OSes, right?
Sorry, that is a copy-paste left-over. Fixed now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121976



More information about the libc-commits mailing list