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 and tcltk 8.3


On Fri, Nov 03, 2000 at 07:28:19PM -0800, Ulrich Drepper wrote:
> There is a new use of __sysconf in a header and __sysconf isn't
> exported.  I've changed it in the CVS archive now.

  Well, I'm rebuilding.  Fixed the first one (guile), no other errors
so far.  I'm not back to where I left off the first time though.


===================================================================
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]