This is the mail archive of the libc-alpha@sourceware.org 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: [COMMITTED PATCH] Fix NEED_DL_SYSINFO_DSO conditionals.


Hi!

On Fri,  1 Mar 2013 14:46:58 -0800 (PST), Roland McGrath <roland@hack.frob.com> wrote:
> All the checks on NEED_DL_SYSINFO_DSO were actually checking
> NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO, which makes no sense.
> I cleaned them up.  This can have no effect on existing configurations
> because sysdeps/unix/sysv/linux/dl-sysdep.h defines NEED_DL_SYSINFO_DSO
> unconditionally.

i686-pc-linux-gnu:

    ../sysdeps/unix/sysv/linux/i386/sigaction.c: In function '__libc_sigaction':
    ../sysdeps/unix/sysv/linux/i386/sigaction.c:63:1: error: '_dl_sysinfo_dso' undeclared (first use in this function)
    ../sysdeps/unix/sysv/linux/i386/sigaction.c:63:1: note: each undeclared identifier is reported only once for each function it appears in
    make[2]: *** [[...]/signal/sigaction.o] Error 1


GrÃÃe,
 Thomas

Attachment: pgp00000.pgp
Description: PGP signature


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