musl: fix mips vdso handling
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 25 Jan 2016 23:26:19 +0000 (23:26 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 25 Jan 2016 23:26:19 +0000 (23:26 +0000)
commit998f8bd02c128e0c0dcc6a8228ae5aabfec05468
tree9f43e9af445eb474a92788dee1f454a4e63604f0
parent0b55a7904b835c97518aeaf5a1d368cb3d38eeb5
musl: fix mips vdso handling

mips returns -ENOSYS in case it can not handle the vdso call and wants
the libc to call the original syscall in such a case. This fixes the
patch to add such handling. I hope this fixes the random reboots I got.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48501
toolchain/musl/patches/030-mips-add-vdso-support.patch