[roll] Roll fuchsia [zircon] Remove ZX_PAGE_* from <zircon/limits.h>

Per RFC 0016[1], page size in userspace should be a runtime
determination and these constants should go away. There are no more uses
of them in-tree or among official SDK consumers.

[1] https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0016_boot_time_page_sizes

Original-Bug: 42146863
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1412157
Original-Revision: 2333d57093573a0670278e7aaa7da3adf9dad7df
GitOrigin-RevId: a6ae58adcc8c34b853097dc14c06f71ed2d04747
Change-Id: I4c2a031e41937a47bc1d8152e4d2d1d0220f6093
1 file changed
tree: ef26257235a6353efaec95763bc5a6c02604ab5b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.