[all-commits] [llvm/llvm-project] 6a6101: [libc] Add implementation of getc, getc_unlocked a...

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Nov 7 13:47:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a6101958a9ef3dd076f3c65b5d7b200314c0a8c
      https://github.com/llvm/llvm-project/commit/6a6101958a9ef3dd076f3c65b5d7b200314c0a8c
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-11-07 (Mon, 07 Nov 2022)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/gnu_ext.td
    M libc/spec/posix.td
    M libc/spec/stdc.td
    M libc/src/stdio/CMakeLists.txt
    A libc/src/stdio/fgetc_unlocked.cpp
    A libc/src/stdio/fgetc_unlocked.h
    A libc/src/stdio/getc.cpp
    A libc/src/stdio/getc.h
    A libc/src/stdio/getc_unlocked.cpp
    A libc/src/stdio/getc_unlocked.h
    M libc/test/src/stdio/CMakeLists.txt
    M libc/test/src/stdio/fgetc_test.cpp
    A libc/test/src/stdio/fgetc_unlocked_test.cpp

  Log Message:
  -----------
  [libc] Add implementation of getc, getc_unlocked and fgetc_unlocked.

Reviewed By: michaelrj

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




More information about the All-commits mailing list