[all-commits] [llvm/llvm-project] ff8781: Don't expose unavailable cstdio functions.

Dan Albert via All-commits all-commits at lists.llvm.org
Tue Apr 7 15:05:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ff87813715ec32741ce230dd37c13d0ae6673f9c
      https://github.com/llvm/llvm-project/commit/ff87813715ec32741ce230dd37c13d0ae6673f9c
  Author: Dan Albert <danalbert at google.com>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M libcxx/include/__config
    M libcxx/include/cstdio
    A libcxx/test/libcxx/depr/depr.c.headers/no_fgetpos_fsetpos.fail.cpp
    M libcxx/test/std/depr/depr.c.headers/stdio_h.pass.cpp
    M libcxx/test/std/input.output/file.streams/c.files/cstdio.pass.cpp

  Log Message:
  -----------
  Don't expose unavailable cstdio functions.

Summary: These aren't available on Android in all configurations.

Reviewers: EricWF, mclow.lists, #libc, ldionne

Reviewed By: EricWF, #libc, ldionne

Subscribers: broadwaylamb, dexonsmith, ldionne, krytarowski, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D76093




More information about the All-commits mailing list