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


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

A patch for libstdc++ 2.7.2


Hi,

Here is the patch for glibc 2.1.1 for libstdc++ 2.7.2.


H.J.
---
Wed Apr  7 22:52:39 1999  H.J. Lu  <hjl@gnu.org>

	* io/Versions (__dup2, __pipe): Added to GLIBC_2.0 for
	libstdc++ 2.7.2.
	* posix/Versions (__waitpid): Likewise.

Index: posix/Versions
===================================================================
RCS file: /local/work/cvs/gnu/glibc/posix/Versions,v
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.2 Versions
--- posix/Versions	1998/08/11 22:30:55	1.1.1.2
+++ posix/Versions	1999/04/08 05:50:02
@@ -15,6 +15,9 @@ libc {
     __sched_getparam; __sched_getscheduler; __sched_setscheduler;
     __sched_yield; __fork; __getpid; __wait;
 
+    # functions used by libstdc++ 2.7.2
+    __waitpid;
+
     # global variables
     __environ; _environ;
 
Index: io/Versions
===================================================================
RCS file: /local/work/cvs/gnu/glibc/io/Versions,v
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.2 Versions
--- io/Versions	1999/02/19 18:39:30	1.1.1.2
+++ io/Versions	1999/04/08 05:48:54
@@ -9,6 +9,9 @@ libc {
     __xstat; __fxstat; __lxstat; __xmknod; __write; __close; __fcntl;
     __lseek; __open; __read;
 
+    # functions used by libstdc++ 2.7.2
+    __dup2; __pipe;
+
     # a*
     access;
 


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