build, revisions and fixes for opendingux based platforms

This commit is contained in:
kub 2023-11-16 22:53:05 +02:00
parent a20af2f935
commit 250c8ffbc0
7 changed files with 52 additions and 52 deletions

View file

@ -272,4 +272,4 @@ int posix_memalign(void **p, size_t align, size_t size)
if (p)
*p = memalign(align, size);
return (p ? *p ? 0 : ENOMEM : EINVAL);
}
}