@parzivalwolfram@infosec.exchange
Post #3574327
2024-07-10 06:29 UTC
Replies (1)
-
@parzivalwolfram@infosec.exchange 2024-07-13 01:47
i need to port all of glibc. goddammit. foreseen problems looking at the standard listing alone, not even glibc yet: - fenv.h (this seems like it'll be heavily system-dependent, and since Solaris 7 doesn't always have float support at all... this one's gonna suck.) - tgmath.h (might be liftable from other systems with minimal work, since it seems to only be type-agnostic macros?) - any stdlib.h changes needed (am i gonna need to search for leaked kernel source or some shit for this one? iirc this one is heavily system-dependent...) i'd imagine this gets worse the higher i go, so C11 may be off the table without assistance of someone more knowledgeable than my stupid ass.