Complete syscall coverage in ulibc and newlib wrappers
Audit of all 141 kernel syscalls vs ulibc/newlib wrappers revealed
many missing implementations. Both libraries had syscall numbers
defined but no corresponding POSIX wrapper functions.
ulibc header updates:
- unistd.h: declarations for all new functions
- signal.h: union sigval, sigqueue, sigreturn declarations
- sys/mount.h: new header with mount/umount2/umount + flags
- Removed old rename() stub from stdio.c