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]

lockf64 and GLIBC_2.1/GLIBC_2.1.1


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. 

-- 
H.J. Lu (hjl@valinux.com)
---
2000-11-09  H.J. Lu  <hjl@gnu.org>

	* io/Versions (GLIBC_2.1.1): Remove lockf64.

Index: ./io/Versions
===================================================================
RCS file: /work/cvs/gnu/glibc/io/Versions,v
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.2 Versions
--- ./io/Versions	2000/11/09 19:29:10	1.1.1.2
+++ ./io/Versions	2000/11/10 03:15:56
@@ -83,10 +83,6 @@ libc {
     # s*
     statfs64; statvfs; statvfs64;
   }
-  GLIBC_2.1.1 {
-    # l*
-    lockf64;
-  }
   GLIBC_2.1.3 {
     # For the cancelation wrappers.
     __libc_open64; __libc_lseek64;

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