ignore ENOSYS error from mprotect in pthread_create and dynamic linker
authorRich Felker <dalias@aerifal.cx>
Wed, 17 Jun 2015 17:21:46 +0000 (17:21 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 17 Jun 2015 17:21:46 +0000 (17:21 +0000)
commit75eceb3ae824d54e865686c0c538551aeebf3372
treee6b3b7c367af9a1040c4f06161e957b050d1370e
parent10d0268ccfab9152250eeeed3952ce3fed44131a
ignore ENOSYS error from mprotect in pthread_create and dynamic linker

this error simply indicated a system without memory protection (NOMMU)
and should not cause failure in the caller.
src/ldso/dynlink.c
src/thread/pthread_create.c