[libc-commits] [PATCH] D159208: [libc] Unify lseek implementations

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Sep 5 11:02:13 PDT 2023


sivachandra added inline comments.


================
Comment at: libc/src/__support/File/lseekImpl.h:1
-//===-- Linux implementation of lseek -------------------------------------===//
+//===-- lseek conversion utils ----------------------------------*- C++ -*-===//
 //
----------------
This is a Linux implementation so should live in the `linux` directory.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159208



More information about the libc-commits mailing list