[roll] Roll fuchsia [libc] Stub out shm_open and shm_unlink completely

This POSIX functions don't work since /dev/shm is never
installed in fdio's namespace. Just make them stubs for now.
Eventually they should be removed entirely, or perhaps
supported only in fdio or another such compatibility layer.

Original-Bug: 122877
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/825401
Original-Revision: ebe6763d68c361a9b400267eb04463d550a6d11d
GitOrigin-RevId: c8621fc71a83c7fd90557c8d5a26749687bbe1e8
Change-Id: Iefd4b2e5bdd2896d10ecff3d1aa7513f30589c82
1 file changed
tree: 029dfd513dd5202a7f479df2fcaced7dd775d41e
  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.