containers / composefs

a file system for mounting container images
GNU General Public License v2.0
421 stars 29 forks source link

lcfs-fsverity: Add _GNU_SOURCE feature test define #279

Closed jluebbe closed 3 months ago

jluebbe commented 4 months ago

This file uses htole64(), so it should define _GNU_SOURCE.

alexlarsson commented 3 months ago

Its weird that the clang formatter complained about the formatting in a non-changed file. Did clang change?

cgwalters commented 3 months ago

Did clang change?

Yes. xref https://github.com/ostreedev/ostree/pull/3236 e.g.

cgwalters commented 3 months ago

Will fix up the clang-formatter in a followup