[roll] Roll third_party/pigweed pw_assert/libc_assert: Correct macro typo

Corrects a typo which meant the define check was looking for
__STDC_VERSION to be defined instead of __STDC_VERSION__.

Also cleans up the use of defined for legibility.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/131792
Original-Revision: 5068fb593a6ea6d1716df9352cce55d0f5569be9
GitOrigin-RevId: d83050ac58fd2f9df6c2f89d5133f7a9bd61d5fa
Change-Id: Ic6bc66c68b3b94301324d4be04127f325a0f248e
1 file changed
tree: 7d72783eac49863837ca9e09b45b998dc123e46a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.