This is the mail archive of the libc-alpha@sources.redhat.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]

Re: __sysconf not included in shared lib


On Tue, Nov 07, 2000 at 02:55:51PM +0100, flepied@mandrakesoft.com wrote:
> ... __sysconf is not included in shared lib while it's included in
> the static lib.

  I tripped over that myself.  The changes that were checking into CVS
are included, below.

===================================================================
RCS file: /cvs/glibc/libc/ChangeLog,v
retrieving revision 1.4529
retrieving revision 1.4530
diff -u -r1.4529 -r1.4530
--- libc/ChangeLog	2000/11/03 01:24:42	1.4529
+++ libc/ChangeLog	2000/11/04 03:29:28	1.4530
@@ -1,3 +1,7 @@
+2000-11-03  Ulrich Drepper  <drepper@redhat.com>
+
+	* posix/Versions: Export __sysconf.
+
 2000-11-02  Ulrich Drepper  <drepper@redhat.com>
 
 	* version.h (VERSION): Bump to 2.1.97.
===================================================================
RCS file: /cvs/glibc/libc/posix/Versions,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libc/posix/Versions	2000/06/14 00:19:04	1.9
+++ libc/posix/Versions	2000/11/04 03:27:38	1.10
@@ -105,5 +105,8 @@
     posix_spawn; posix_spawnp; posix_spawnattr_getschedpolicy;
     posix_spawnattr_setschedpolicy; posix_spawnattr_getschedparam;
     posix_spawnattr_setschedparam;
+
+    # Used in macros.
+    __sysconf;
   }
 }

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