fix warning building dynlink.c stub for static libc
authorRich Felker <dalias@aerifal.cx>
Wed, 16 Jan 2013 16:49:00 +0000 (11:49 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 16 Jan 2013 16:49:00 +0000 (11:49 -0500)
commit4d98280388a21db6913911ff647b2e56338d46cf
treef7e1f5317b06e77692c40f4948e4f9f95ca09904
parentcdc5c74c6abdb47453f2f7a170ed88b88698dee7
fix warning building dynlink.c stub for static libc

struct dso was not defined in this case, and it's not needed in the
code that was using it anyway; void pointers work just as well.
src/ldso/dynlink.c