[roll] Roll fuchsia [starnix] Add stubs for timer functions.

Adds implementations of the timer syscalls that call into a new
TimerTable. These functions currently do nothing but will be implemented
in a followup to manage the timer mappings.

Change sigevent to be opaque for bindgen. The optional function pointers
could not be deserialized using the default deserialization.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/782184
Original-Revision: 9efa49f6fbe337025fe0aca207b925b1986c353d
GitOrigin-RevId: 4f9870564d5586365228ba745f54a3a4bbd308e4
Change-Id: I65308de2ceb5377dde43dde2195a8bc94e1a94fb
1 file changed
tree: 55b5168afd733daa4c745f6540cdfbda8edc51e3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.