Skip to content

Replace uint and ulong with standard types#307

Merged
LubosD merged 1 commit intoLubosD:masterfrom
fbriere:fix/uint-ulong
Oct 21, 2022
Merged

Replace uint and ulong with standard types#307
LubosD merged 1 commit intoLubosD:masterfrom
fbriere:fix/uint-ulong

Conversation

@fbriere
Copy link
Copy Markdown
Collaborator

@fbriere fbriere commented Oct 20, 2022

The old uint and ulong types, although provided for compatibility by glibc, are not always found in other libc instances. This was reported to cause a build failure on FreeBSD¹.

¹ #305 (comment)

The old `uint` and `ulong` types, although provided for compatibility by
glibc, are not always found in other libc instances.  This was reported
to cause a build failure on FreeBSD¹.

 ¹ LubosD#305 (comment)
@fbriere fbriere added the bug label Oct 20, 2022
@LubosD LubosD merged commit fb75c7b into LubosD:master Oct 21, 2022
@fbriere fbriere deleted the fix/uint-ulong branch October 21, 2022 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants