]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix incompatible struct declarations.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 4 Apr 2010 08:56:27 +0000 (10:56 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 9 Apr 2010 19:37:09 +0000 (21:37 +0200)
commit3d0fc4870ee41712e43ca2a21936bbd46c78589a
tree861d3cf1b4b6adc84f97fb17927c55858260e16d
parent519bf919cc98013db7f801fe9697421154db9b38
Fix incompatible struct declarations.

* doc/libtool.texi (Dlpreopening): Remove broken documentation
of lt_dlsymbol and lt_dlsymlist.  Document typedef lt_dlsymlist
and symbol lt_preloaded_symbols according to the implementation.
* tests/demo/dlmain.c (lt_symlist): Make struct anonymous ...
(lt_dlsymlist): ... and typedef to this name.
(lt_preloaded_symbols, main): Adjust.
* tests/pdemo/longer_file_name_dlmain.c: Likewise.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/libtool.texi
tests/demo/dlmain.c
tests/pdemo/longer_file_name_dlmain.c