commit | 75eceb3ae824d54e865686c0c538551aeebf3372 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Wed Jun 17 17:21:46 2015 +0000 |
committer | Rich Felker <dalias@aerifal.cx> | Wed Jun 17 17:21:46 2015 +0000 |
tree | e6b3b7c367af9a1040c4f06161e957b050d1370e | |
parent | 10d0268ccfab9152250eeeed3952ce3fed44131a [diff] |
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.