A patch for pwd/Versions
H . J . Lu
hjl@valinux.com
Wed Nov 8 09:48:00 GMT 2000
While working on the link-time compatibility, I noticed that getpwnam_r
was missing from GLIBC_2.1.2 in both glibc 2.1 and 2.2. Here is a
patch.
--
H.J. Lu (hjl@gnu.org)
---
2000-11-08 H.J. Lu <hjl@gnu.org>
* pwd/Versions (GLIBC_2.1.2): Add getpwnam_r.
Index: pwd/Versions
===================================================================
RCS file: /work/cvs/gnu/glibc/pwd/Versions,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Versions
--- pwd/Versions 2000/05/21 21:11:24 1.1.1.1
+++ pwd/Versions 2000/11/08 17:44:21
@@ -14,6 +14,6 @@ libc {
}
GLIBC_2.1.2 {
# g*
- getpwent_r; getpwuid_r;
+ getpwent_r; getpwuid_r; getpwnam_r;
}
}
More information about the Libc-hacker
mailing list