From 39e03146bd0e0e003463f06c690061edde45b9d9 Mon Sep 17 00:00:00 2001 From: vasilito Date: Fri, 10 Jul 2026 01:27:13 +0300 Subject: [PATCH] relibc: implement _fenv (x86_64 SSE+x87 asm), _aio (POSIX AIO), netdb getnetbyaddr _fenv: All 11 functions with real MXCSR+LDMXCSR+fldcw+fnstsw+fnclex assembly _aio: All 8 functions with sync POSIX-compliant I/O (EINPROGRESS state) netdb: getnetbyaddr searches network database (was unimplemented!) All zero unimplemented!() in header files --- local/sources/relibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/relibc b/local/sources/relibc index 336e4f9bb4..eec4492d30 160000 --- a/local/sources/relibc +++ b/local/sources/relibc @@ -1 +1 @@ -Subproject commit 336e4f9bb47fd1548277dbb2b60102c8a874dcc2 +Subproject commit eec4492d301395e2021cb0649e96879d87cf9b5b