From: Rich Felker Date: Sat, 20 Oct 2012 01:41:30 +0000 (-0400) Subject: fix breakage in dlsym for looking up RTLD_DEFAULT, etc. X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=deb15b3cf23cb6093f439f7b37eaeb1263df5399;hp=deb15b3cf23cb6093f439f7b37eaeb1263df5399 fix breakage in dlsym for looking up RTLD_DEFAULT, etc. this was broken during the early dynamic-linked TLS commits, which rearranged some of the code for handling new relocation types. ---