commit | fe33748a7a9e23eaed21e2237e024f36ae0bc88e | [log] [tgz] |
---|---|---|
author | James Robinson <jamesr@fuchsia.infra.roller.google.com> | Tue Jan 11 02:27:39 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jan 10 18:30:09 2022 -0800 |
tree | a2616d10a784ed96c687d615bce805c67209c65d | |
parent | e640bbdc338b628d7242fce9119a814254ec7a26 [diff] |
[roll] Roll third_party/mesa [util] Prepare for zxio_dirent_iterator_next API change, fix buf size This updates the directory iteration logic in os_dirent_fuchsia to prepare for an upcoming API change to the zxio_dirent_iterator_next API which will remove an extra data copy. This also increases the size of the dirent name buffer as this must accomodate an element of up to NAME_MAX bytes plus the mandatory null terminator. Since zxio promises to null terminate names in zxio_dirent_iterator_next with both the old and new API, this also removes the extra null termination. Original-Bug: 91172 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/mesa/+/628510 Original-Revision: 3168bcbc842464fc39f92e86e98592eff8d28bae GitOrigin-RevId: 4c98b44aa21f679bb516e30c0d952b61315c558f Change-Id: Id384820b0b5c0022dab976a2c64c4d8449be8b38
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.