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]

More problems like (Re: lockf64 and GLIBC_2.1/GLIBC_2.1.1)


On Thu, Nov 09, 2000 at 07:31:57PM -0800, Ulrich Drepper wrote:
> "H . J . Lu" <hjl@valinux.com> writes:
> 
> > Why does lockf64 have both GLIBC_2.1 and GLIBC_2.1.1? In fact, only
> > GLIBC_2.1 is really defined. I guess GLIBC_2.1 was mistake. But it
> > is too late to change now. Here is a patch. 
> 
> That's correct.  But this is no problem, the binaries are created
> correctly.  What isn't correct is probably that it was added to 2.1 in
> the first place and the consequence is that a binary linked against
> 2.1 might silently crash.  But this cannot be changed anymore and
> apparently was no real problem.  Thanks.
> 

We may have more problems like that :-).. Here is a patch.


H.J.
----
2000-11-09  H.J. Lu  <hjl@gnu.org>

	* sunrpc/Versions (GLIBC_2.1): Remove xdr_cryptkeyarg,
	xdr_cryptkeyarg2, xdr_cryptkeyres, xdr_des_block,
	xdr_key_netstarg, xdr_key_netstres, xdr_keybuf and
	xdr_keystatus.

	* time/Versions (GLIBC_2.1): Remove getitimer.

Index: sunrpc/Versions
===================================================================
RCS file: /work/cvs/gnu/glibc/sunrpc/Versions,v
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.2 Versions
--- sunrpc/Versions	2000/08/03 00:32:12	1.1.1.2
+++ sunrpc/Versions	2000/11/10 03:32:54
@@ -98,9 +98,8 @@ libc {
 
     # x*
     xdecrypt; xdr_authdes_cred; xdr_authdes_verf;
-    xdr_cryptkeyarg; xdr_cryptkeyarg2; xdr_cryptkeyres; xdr_des_block;
-    xdr_getcredres; xdr_int16_t; xdr_int32_t; xdr_int8_t; xdr_key_netstarg;
-    xdr_key_netstres; xdr_keybuf; xdr_keystatus; xdr_netnamestr; xdr_sizeof;
+    xdr_getcredres; xdr_int16_t; xdr_int32_t; xdr_int8_t;
+    xdr_netnamestr; xdr_sizeof;
     xdr_uint16_t; xdr_uint32_t; xdr_uint8_t; xdr_unixcred;
   }
   GLIBC_2.1.1 {
Index: time/Versions
===================================================================
RCS file: /work/cvs/gnu/glibc/time/Versions,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Versions
--- time/Versions	2000/05/21 21:12:03	1.1.1.1
+++ time/Versions	2000/11/10 03:31:26
@@ -44,7 +44,7 @@ libc {
     getdate_err;
 
     # g*
-    getdate; getdate_r; getitimer;
+    getdate; getdate_r;
   }
   GLIBC_2.2 {
     # w*

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