Skip to content

giscanner: treat time_t and off_t as standalone types

Shuyu Liu requested to merge liushuyu/gobject-introspection:main into main

This merge request changes time_t and off_t to be standalone primitive types so that they can be platform-dependently sized.

This is useful when time_t and off_t differ from the platform's register-width.

Merge request reports