Module Name: src Committed By: rin Date: Fri Jan 5 09:41:58 UTC 2024
Modified Files: src/lib/libc/gen: fixunstfdi_ieee754.c fixunstfsi_ieee754.c Log Message: fixunstf[sd]i_ieee754: Explicitly include stddef.h for size_t Fix build for mips{,n}64. Note that stddef.h has been implicitly included via eabi.h for aarch64, on the other hand. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/fixunstfdi_ieee754.c cvs rdiff -u -r1.2 -r1.3 src/lib/libc/gen/fixunstfsi_ieee754.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.