pw_libc: Fix printf for newer llvm-libc commits

This file was removed from the upstream implementation.

There's no need to check if the revision is after when the file
was removed because we have no users of pw_libc yet. In the future
these kinds of transitions will be more difficult, but for now we
can assume any user of pw_libc is using a revision of llvm-libc
after the removal happened.

Change-Id: I1797ad277586d06ded175b3a7014e024abb88bfb
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/170831
Original-Reviewed-by: Armando Montanez <amontanez@google.com>
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/llvm-integration/+/235123
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Reviewed-by: Keir Mierle <keir@google.com>
Commit-Queue: Prabhu Karthikeyan Rajasekaran <prabhukr@google.com>
1 file changed
tree: cfbab917f881ce9781d557c4c2ffda6b9b9c42f7
  1. pw_libc/
  2. third_party/
  3. AUTHORS
  4. CONTRIBUTING.md
  5. LICENSE
  6. OWNERS
  7. README.md
README.md

Pigweed Open Source Template Repository

This repository is a template that we will use when creating new open source repositories for Pigweed.