-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary allocations in POSIX MDAL (#242)
changes by @calccrypto Changed posixmdal_file_handle_struct to intptr_t since the struct only had a single int If the compiler/C standard is new enough, verify at compile time that sizeof(intptr_t) >= sizeof(int)
- Loading branch information
1 parent
239d633
commit f6ebd04
Showing
1 changed file
with
35 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters