This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: dlfcn init function, bug or feature?





"H. J. Lu" <hjl@lucon.org> wrote on 29.01.2005 01:58:53:

> > void
> > __attribute__ ((constructor))
> > init (int argc, char *argv[])
> > {
> >   __dlfcn_argc = argc;
> >   __dlfcn_argv = argv;
> > }
> >
> > doesn't make any sense to me. How can this possibly work?
> > It crashes for me...
> >
>
> http://sources.redhat.com/ml/libc-alpha/2005-01/msg00116.html

Thanks, that fixed it for me.

blue skies,
   Martin

Martin Schwidefsky
Linux for zSeries Development & Services
IBM Deutschland Entwicklung GmbH


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]