[roll] Roll fuchsia [starnix] Move syslog_test to use write instead of dprintf

dprintf, by way of libio, calls lseek on the target file. The lseek call
will fail on files such as /dev/kmsg (EINVAL). This is fixed in newer
versions of glibc, but using write is a safer bet.

Original-Bug: 411487428
Test: syslog_test, executed on Machina
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1263252
Original-Revision: a0e39cfeba6650023644310a3094c7b1876d40cd
GitOrigin-RevId: 353f1a74584ae5c6701052a407e5ec64d9e9ab21
Change-Id: Ic63df547a470966ce59154698bae807ff310e30c
1 file changed
tree: a2732276aaf3ae72a189c443a4c6d99d97f55440
  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.