[roll] Roll fuchsia [fdio] stat reports correct ctime

ctime refers to change_time. Previously the stat implementation was
reporting creation time. Change to change_time

Also, remove the assertion in fs_tests which assumed that `ctime`
reported from stat was creation time. We remove it as not all
filesystems support change_time and would report 0.

Test: fx test fs-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243666
Original-Revision: b0904995f0f33c335ba5ec05ef18da6a80150e0a
GitOrigin-RevId: 0af124f4c336da4a4737b8b409550fe2055bf4b4
Change-Id: Iecb1a7151668aee71b6a06f2485104352ff2e186
1 file changed
tree: 7eb3498da0fce858f57c435ca24be00a3e7c4520
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.