There are two vm86 syscalls that Linux supports: vm86old and vm86plus. (Musl uses SYS_vm86 to refer to vm86plus) This patch adds wrappers for both, using the names that modern glibc uses. Practically speaking, this should help with compiling dosemu, several graphics-card utilities, and a few other system tools. Isaac Dunham