This is the mail archive of the libc-hacker@sourceware.cygnus.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]

Re: 2.1.3 tomorrow (?)


   From: Ulrich Drepper <drepper@redhat.com>
   Date: 23 Feb 2000 23:46:33 -0800

   Hi,

   I think my plate here is clear and no problems were reported for
   2.1.3pre4.  So I would say we are set.  I will await a status on the
   locale problem Christian reported and which I fixed differently.  If I
   get this (or after I managed to test it myself) I'll make 2.1.3.  So,
   speak up now if you see any problems.

We might want to drop the #include <sys/ucontext.h> from
`sysdeps/unix/sysv/linux/i386/sys/procfs.h'.  It is no longer
necessary (left over from the *regset_t confusion) and wasn't present
in 2.1.2.

The same holds for the #include <sys/user.h> in
`sysdeps/unix/sysv/linux/i386/sys/ucontext.h'.  this is more important
since <ucontext.h> which includes <sys/ucontext.h> is a Unix98 header
so we should worry about name-space pollution.

Mark

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