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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: [PATCH] Binary compatibility fix for _res@GLIBC_2.0


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jakub Jelinek wrote:

> --- libc/nptl/descr.h.jj	2003-07-08 09:54:08.000000000 -0400
> +++ libc/nptl/descr.h	2003-07-17 13:58:42.000000000 -0400
> @@ -27,15 +27,20 @@
>  #include <sys/types.h>
>  #include <hp-timing.h>
>  #include <list.h>
> +#ifdef __need_struct_pthread_size
> +#define lll_lock_t int
> +#else
>  #include <lowlevellock.h>
>  #include <pthreaddef.h>
>  #include <dl-sysdep.h>
> +#endif

Why is this necessary?

- -- 
- --------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/HH+m2ijCOnn/RHQRAqMYAKCUErxl1cLnKbjuySfvq35L8Rr+FACfcg36
cCh8LgDX7e1X7NuQ0tQDGd0=
=sEFW
-----END PGP SIGNATURE-----


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